Shades of Golden Brown #A96506
Tints of Golden Brown #A96506
RGB
CMYK
RGB Variations
Color information
#A96506 (or 0xA96506) is known color: Golden Brown. HEX triplet: A9, 65 and 06. RGB value is (169,101,6). Sum of RGB (Red+Green+Blue) = 169+101+6=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A96506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96506 is #569AF9. Grayscale: #6E6E6E. Windows color (decimal): -5675770 or 419241. OLE color: 419241.
HSL color Cylindrical-coordinate representation of color #A96506: hue angle of 34.97º 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 #A96506 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 101 | 6 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.34 |
| HSL | 34.97º | 0.93% | 0.34% | - |
| HSV(B) | 34.97º | 0.96% | 0.66% | - |
| XYZ | 21.05 | 17.76 | 2.49 | - |
| YUV | 110.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 6 | 0 | 0.40 | 0.96 | 0.34 | 34.97 | 0.93 | 0.34 |
| Hex | A9 | 65 | 6 | 0 | 28 | 60 | 22 | 23 | 5D | 22 |
| Octal | 251 | 145 | 6 | 0 | 50 | 140 | 42 | 43 | 135 | 42 |
| Binary | 10101001 | 1100101 | 110 | 0 | 101000 | 1100000 | 100010 | 100011 | 1011101 | 100010 |
Color Harmonies of #A96506
Complementary color
Monochromatic Colors of #A96506
Black with #A96506
Text Example
Text Example
White with #A96506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96506; }
p { color: rgb(169,101,6); }
H1.HeaderClassName
{
color: #A96506;
}
.AnyTagClassName
{
color: #A96506;
}
</style>
background-color css
<style>
a { background-color: #A96506; }
a { background-color: rgb(169,101,6); }
div.DivClassName
{
background-color: #A96506;
}
.BgClassName
{
background-color: #A96506;
}
</style>
border-color css
<style>
span { border-color: #A96506; }
span { border-color: rgb(169,101,6); }
td.TdClassName
{
border-color: #A96506;
}
.TagClassName
{
border-color: #A96506;
}
</style>