Shades of Golden Brown #A96502
Tints of Golden Brown #A96502
RGB
CMYK
RGB Variations
Color information
#A96502 (or 0xA96502) is known color: Golden Brown. HEX triplet: A9, 65 and 02. RGB value is (169,101,2). Sum of RGB (Red+Green+Blue) = 169+101+2=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A96502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96502 is #569AFD. Grayscale: #6E6E6E. Windows color (decimal): -5675774 or 157097. OLE color: 157097.
HSL color Cylindrical-coordinate representation of color #A96502: hue angle of 35.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A96502 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 101 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.34 |
| HSL | 35.57º | 0.98% | 0.34% | - |
| HSV(B) | 35.57º | 0.99% | 0.66% | - |
| XYZ | 21.03 | 17.75 | 2.37 | - |
| YUV | 110.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 2 | 0 | 0.40 | 0.99 | 0.34 | 35.57 | 0.98 | 0.34 |
| Hex | A9 | 65 | 2 | 0 | 28 | 63 | 22 | 24 | 62 | 22 |
| Octal | 251 | 145 | 2 | 0 | 50 | 143 | 42 | 44 | 142 | 42 |
| Binary | 10101001 | 1100101 | 10 | 0 | 101000 | 1100011 | 100010 | 100100 | 1100010 | 100010 |
Color Harmonies of #A96502
Complementary color
Monochromatic Colors of #A96502
Black with #A96502
Text Example
Text Example
White with #A96502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96502; }
p { color: rgb(169,101,2); }
H1.HeaderClassName
{
color: #A96502;
}
.AnyTagClassName
{
color: #A96502;
}
</style>
background-color css
<style>
a { background-color: #A96502; }
a { background-color: rgb(169,101,2); }
div.DivClassName
{
background-color: #A96502;
}
.BgClassName
{
background-color: #A96502;
}
</style>
border-color css
<style>
span { border-color: #A96502; }
span { border-color: rgb(169,101,2); }
td.TdClassName
{
border-color: #A96502;
}
.TagClassName
{
border-color: #A96502;
}
</style>