Shades of Golden Brown #A96C06
Tints of Golden Brown #A96C06
RGB
CMYK
RGB Variations
Color information
#A96C06 (or 0xA96C06) is known color: Golden Brown. HEX triplet: A9, 6C and 06. RGB value is (169,108,6). Sum of RGB (Red+Green+Blue) = 169+108+6=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96C06 is #5693F9. Grayscale: #737373. Windows color (decimal): -5673978 or 421033. OLE color: 421033.
HSL color Cylindrical-coordinate representation of color #A96C06: hue angle of 37.55º 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 #A96C06 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 6 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.34 |
| HSL | 37.55º | 0.93% | 0.34% | - |
| HSV(B) | 37.55º | 0.96% | 0.66% | - |
| XYZ | 21.76 | 19.17 | 2.73 | - |
| YUV | 114.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 6 | 0 | 0.36 | 0.96 | 0.34 | 37.55 | 0.93 | 0.34 |
| Hex | A9 | 6C | 6 | 0 | 24 | 60 | 22 | 26 | 5D | 22 |
| Octal | 251 | 154 | 6 | 0 | 44 | 140 | 42 | 46 | 135 | 42 |
| Binary | 10101001 | 1101100 | 110 | 0 | 100100 | 1100000 | 100010 | 100110 | 1011101 | 100010 |
Color Harmonies of #A96C06
Complementary color
Monochromatic Colors of #A96C06
Black with #A96C06
Text Example
Text Example
White with #A96C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C06; }
p { color: rgb(169,108,6); }
H1.HeaderClassName
{
color: #A96C06;
}
.AnyTagClassName
{
color: #A96C06;
}
</style>
background-color css
<style>
a { background-color: #A96C06; }
a { background-color: rgb(169,108,6); }
div.DivClassName
{
background-color: #A96C06;
}
.BgClassName
{
background-color: #A96C06;
}
</style>
border-color css
<style>
span { border-color: #A96C06; }
span { border-color: rgb(169,108,6); }
td.TdClassName
{
border-color: #A96C06;
}
.TagClassName
{
border-color: #A96C06;
}
</style>