rgb(166, 75, 58)
- In a RGB color space, hex #a64b3a color is composed of 65% red, 29% green, and 23% blue.
- In a CMYK color space, it is consist of 0% cyan, 55% magenta, 65% yellow and 35% black.
- In web design, the web safe color for #a64b3a is #993333. The complementary color of #a64b3a is #3994a6.
#a64b3a Color Conversion
Hex Color #a64b3a RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #a64b3a
-
#a64b3a
#a64b3a
-
#3994a6
#3994a6
-
#d3a69d
#d3a69d
-
#9dcad3
#9dcad3
-
#7c382b
#7c382b
-
#2a6f7c
#2a6f7c
-
#9e7c75
#9e7c75
-
#75979e
#75979e
Two colors (#a64b3a,#3994a6) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#a64b3a
#a64b3a
-
#d3a69d
#d3a69d
-
#53261d
#53261d
-
#e8d2ce
#e8d2ce
-
#7c382b
#7c382b
-
#9e7c75
#9e7c75
-
#3e1c15
#3e1c15
-
#ae9d9a
#ae9d9a
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #a64b3a
-
#a64b3a
#a64b3a
-
#954434
#954434
-
#853C2E
#853C2E
-
#743529
#743529
-
#642D23
#642D23
-
#53261D
#53261D
-
#421E17
#421E17
-
#321711
#321711
-
#210F0C
#210F0C
-
#110806
#110806
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#a64b3a
#a64b3a
-
#AF5D4E
#AF5D4E
-
#B86F61
#B86F61
-
#C18175
#C18175
-
#CA9389
#CA9389
-
#D3A59D
#D3A59D
-
#DBB7B0
#DBB7B0
-
#E4C9C4
#E4C9C4
-
#EDDBD8
#EDDBD8
-
#F6EDEB
#F6EDEB
-
#FCFAF9
#FCFAF9
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#a64b3a Color Preview on Black Background
#a64b3a Color Preview on White Background
<span style="color:#a64b3a;">Text here</span>
#a64b3a Background Color
#a64b3a Background Color
<p style="background-color:#a64b3a;">Text here</p>
#a64b3a Border Color
<div style="border:1px solid #a64b3a;">Text here</div>
<style>.text {color:#a64b3a;}
.background {background-color:#a64b3a;}
.border {border:1px solid #a64b3a;}</style>