Shades of Golden Brown #A8640E
Tints of Golden Brown #A8640E
RGB
CMYK
RGB Variations
Color information
#A8640E (or 0xA8640E) is known color: Golden Brown. HEX triplet: A8, 64 and 0E. RGB value is (168,100,14). Sum of RGB (Red+Green+Blue) = 168+100+14=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8640E is #579BF1. Grayscale: #6E6E6E. Windows color (decimal): -5741554 or 943272. OLE color: 943272.
HSL color Cylindrical-coordinate representation of color #A8640E: hue angle of 33.51º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8640E is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 14 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.34 |
| HSL | 33.51º | 0.85% | 0.36% | - |
| HSV(B) | 33.51º | 0.92% | 0.66% | - |
| XYZ | 20.78 | 17.47 | 2.69 | - |
| YUV | 110.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 14 | 0 | 0.40 | 0.92 | 0.34 | 33.51 | 0.85 | 0.36 |
| Hex | A8 | 64 | E | 0 | 28 | 5C | 22 | 22 | 55 | 24 |
| Octal | 250 | 144 | 16 | 0 | 50 | 134 | 42 | 42 | 125 | 44 |
| Binary | 10101000 | 1100100 | 1110 | 0 | 101000 | 1011100 | 100010 | 100010 | 1010101 | 100100 |
Color Harmonies of #A8640E
Complementary color
Monochromatic Colors of #A8640E
Black with #A8640E
Text Example
Text Example
White with #A8640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8640E; }
p { color: rgb(168,100,14); }
H1.HeaderClassName
{
color: #A8640E;
}
.AnyTagClassName
{
color: #A8640E;
}
</style>
background-color css
<style>
a { background-color: #A8640E; }
a { background-color: rgb(168,100,14); }
div.DivClassName
{
background-color: #A8640E;
}
.BgClassName
{
background-color: #A8640E;
}
</style>
border-color css
<style>
span { border-color: #A8640E; }
span { border-color: rgb(168,100,14); }
td.TdClassName
{
border-color: #A8640E;
}
.TagClassName
{
border-color: #A8640E;
}
</style>