Shades of Golden Brown #A06A18
Tints of Golden Brown #A06A18
RGB
CMYK
RGB Variations
Color information
#A06A18 (or 0xA06A18) is known color: Golden Brown. HEX triplet: A0, 6A and 18. RGB value is (160,106,24). Sum of RGB (Red+Green+Blue) = 160+106+24=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06A18 is #5F95E7. Grayscale: #717171. Windows color (decimal): -6264296 or 1600160. OLE color: 1600160.
HSL color Cylindrical-coordinate representation of color #A06A18: hue angle of 36.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A06A18 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 106 | 24 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.37 |
| HSL | 36.18º | 0.74% | 0.36% | - |
| HSV(B) | 36.18º | 0.85% | 0.63% | - |
| XYZ | 19.82 | 17.85 | 3.26 | - |
| YUV | 112.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 24 | 0 | 0.34 | 0.85 | 0.37 | 36.18 | 0.74 | 0.36 |
| Hex | A0 | 6A | 18 | 0 | 22 | 55 | 25 | 24 | 4A | 24 |
| Octal | 240 | 152 | 30 | 0 | 42 | 125 | 45 | 44 | 112 | 44 |
| Binary | 10100000 | 1101010 | 11000 | 0 | 100010 | 1010101 | 100101 | 100100 | 1001010 | 100100 |
Color Harmonies of #A06A18
Complementary color
Monochromatic Colors of #A06A18
Black with #A06A18
Text Example
Text Example
White with #A06A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06A18; }
p { color: rgb(160,106,24); }
H1.HeaderClassName
{
color: #A06A18;
}
.AnyTagClassName
{
color: #A06A18;
}
</style>
background-color css
<style>
a { background-color: #A06A18; }
a { background-color: rgb(160,106,24); }
div.DivClassName
{
background-color: #A06A18;
}
.BgClassName
{
background-color: #A06A18;
}
</style>
border-color css
<style>
span { border-color: #A06A18; }
span { border-color: rgb(160,106,24); }
td.TdClassName
{
border-color: #A06A18;
}
.TagClassName
{
border-color: #A06A18;
}
</style>