Shades of Golden Brown #A06417
Tints of Golden Brown #A06417
RGB
CMYK
RGB Variations
Color information
#A06417 (or 0xA06417) is known color: Golden Brown. HEX triplet: A0, 64 and 17. RGB value is (160,100,23). Sum of RGB (Red+Green+Blue) = 160+100+23=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A06417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06417 is #5F9BE8. Grayscale: #6D6D6D. Windows color (decimal): -6265833 or 1533088. OLE color: 1533088.
HSL color Cylindrical-coordinate representation of color #A06417: hue angle of 33.72º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A06417 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 23 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.37 |
| HSL | 33.72º | 0.75% | 0.36% | - |
| HSV(B) | 33.72º | 0.86% | 0.63% | - |
| XYZ | 19.21 | 16.65 | 3.01 | - |
| YUV | 109.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 23 | 0 | 0.38 | 0.86 | 0.37 | 33.72 | 0.75 | 0.36 |
| Hex | A0 | 64 | 17 | 0 | 26 | 56 | 25 | 22 | 4B | 24 |
| Octal | 240 | 144 | 27 | 0 | 46 | 126 | 45 | 42 | 113 | 44 |
| Binary | 10100000 | 1100100 | 10111 | 0 | 100110 | 1010110 | 100101 | 100010 | 1001011 | 100100 |
Color Harmonies of #A06417
Complementary color
Monochromatic Colors of #A06417
Black with #A06417
Text Example
Text Example
White with #A06417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06417; }
p { color: rgb(160,100,23); }
H1.HeaderClassName
{
color: #A06417;
}
.AnyTagClassName
{
color: #A06417;
}
</style>
background-color css
<style>
a { background-color: #A06417; }
a { background-color: rgb(160,100,23); }
div.DivClassName
{
background-color: #A06417;
}
.BgClassName
{
background-color: #A06417;
}
</style>
border-color css
<style>
span { border-color: #A06417; }
span { border-color: rgb(160,100,23); }
td.TdClassName
{
border-color: #A06417;
}
.TagClassName
{
border-color: #A06417;
}
</style>