Shades of Golden Brown #A96F06
Tints of Golden Brown #A96F06
RGB
CMYK
RGB Variations
Color information
#A96F06 (or 0xA96F06) is known color: Golden Brown. HEX triplet: A9, 6F and 06. RGB value is (169,111,6). Sum of RGB (Red+Green+Blue) = 169+111+6=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96F06 is #5690F9. Grayscale: #747474. Windows color (decimal): -5673210 or 421801. OLE color: 421801.
HSL color Cylindrical-coordinate representation of color #A96F06: hue angle of 38.65º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A96F06 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 6 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.34 |
| HSL | 38.65º | 0.93% | 0.34% | - |
| HSV(B) | 38.65º | 0.96% | 0.66% | - |
| XYZ | 22.08 | 19.82 | 2.83 | - |
| YUV | 116.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 6 | 0 | 0.34 | 0.96 | 0.34 | 38.65 | 0.93 | 0.34 |
| Hex | A9 | 6F | 6 | 0 | 22 | 60 | 22 | 27 | 5D | 22 |
| Octal | 251 | 157 | 6 | 0 | 42 | 140 | 42 | 47 | 135 | 42 |
| Binary | 10101001 | 1101111 | 110 | 0 | 100010 | 1100000 | 100010 | 100111 | 1011101 | 100010 |
Color Harmonies of #A96F06
Complementary color
Monochromatic Colors of #A96F06
Black with #A96F06
Text Example
Text Example
White with #A96F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F06; }
p { color: rgb(169,111,6); }
H1.HeaderClassName
{
color: #A96F06;
}
.AnyTagClassName
{
color: #A96F06;
}
</style>
background-color css
<style>
a { background-color: #A96F06; }
a { background-color: rgb(169,111,6); }
div.DivClassName
{
background-color: #A96F06;
}
.BgClassName
{
background-color: #A96F06;
}
</style>
border-color css
<style>
span { border-color: #A96F06; }
span { border-color: rgb(169,111,6); }
td.TdClassName
{
border-color: #A96F06;
}
.TagClassName
{
border-color: #A96F06;
}
</style>