Shades of Golden Brown #A96F18
Tints of Golden Brown #A96F18
RGB
CMYK
RGB Variations
Color information
#A96F18 (or 0xA96F18) is known color: Golden Brown. HEX triplet: A9, 6F and 18. RGB value is (169,111,24). Sum of RGB (Red+Green+Blue) = 169+111+24=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96F18 is #5690E7. Grayscale: #767676. Windows color (decimal): -5673192 or 1601449. OLE color: 1601449.
HSL color Cylindrical-coordinate representation of color #A96F18: hue angle of 36º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A96F18 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 24 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.34 |
| HSL | 36º | 0.75% | 0.38% | - |
| HSV(B) | 36º | 0.86% | 0.66% | - |
| XYZ | 22.21 | 19.87 | 3.53 | - |
| YUV | 118.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 24 | 0 | 0.34 | 0.86 | 0.34 | 36 | 0.75 | 0.38 |
| Hex | A9 | 6F | 18 | 0 | 22 | 56 | 22 | 24 | 4B | 26 |
| Octal | 251 | 157 | 30 | 0 | 42 | 126 | 42 | 44 | 113 | 46 |
| Binary | 10101001 | 1101111 | 11000 | 0 | 100010 | 1010110 | 100010 | 100100 | 1001011 | 100110 |
Color Harmonies of #A96F18
Complementary color
Monochromatic Colors of #A96F18
Black with #A96F18
Text Example
Text Example
White with #A96F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F18; }
p { color: rgb(169,111,24); }
H1.HeaderClassName
{
color: #A96F18;
}
.AnyTagClassName
{
color: #A96F18;
}
</style>
background-color css
<style>
a { background-color: #A96F18; }
a { background-color: rgb(169,111,24); }
div.DivClassName
{
background-color: #A96F18;
}
.BgClassName
{
background-color: #A96F18;
}
</style>
border-color css
<style>
span { border-color: #A96F18; }
span { border-color: rgb(169,111,24); }
td.TdClassName
{
border-color: #A96F18;
}
.TagClassName
{
border-color: #A96F18;
}
</style>