Shades of Golden Brown #A95502
Tints of Golden Brown #A95502
RGB
CMYK
RGB Variations
Color information
#A95502 (or 0xA95502) is known color: Golden Brown. HEX triplet: A9, 55 and 02. RGB value is (169,85,2). Sum of RGB (Red+Green+Blue) = 169+85+2=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A95502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95502 is #56AAFD. Grayscale: #656565. Windows color (decimal): -5679870 or 153001. OLE color: 153001.
HSL color Cylindrical-coordinate representation of color #A95502: hue angle of 29.82º 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 #A95502 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 85 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.34 |
| HSL | 29.82º | 0.98% | 0.34% | - |
| HSV(B) | 29.82º | 0.99% | 0.66% | - |
| XYZ | 19.62 | 14.94 | 1.91 | - |
| YUV | 100.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 2 | 0 | 0.50 | 0.99 | 0.34 | 29.82 | 0.98 | 0.34 |
| Hex | A9 | 55 | 2 | 0 | 32 | 63 | 22 | 1E | 62 | 22 |
| Octal | 251 | 125 | 2 | 0 | 62 | 143 | 42 | 36 | 142 | 42 |
| Binary | 10101001 | 1010101 | 10 | 0 | 110010 | 1100011 | 100010 | 11110 | 1100010 | 100010 |
Color Harmonies of #A95502
Complementary color
Monochromatic Colors of #A95502
Black with #A95502
Text Example
Text Example
White with #A95502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95502; }
p { color: rgb(169,85,2); }
H1.HeaderClassName
{
color: #A95502;
}
.AnyTagClassName
{
color: #A95502;
}
</style>
background-color css
<style>
a { background-color: #A95502; }
a { background-color: rgb(169,85,2); }
div.DivClassName
{
background-color: #A95502;
}
.BgClassName
{
background-color: #A95502;
}
</style>
border-color css
<style>
span { border-color: #A95502; }
span { border-color: rgb(169,85,2); }
td.TdClassName
{
border-color: #A95502;
}
.TagClassName
{
border-color: #A95502;
}
</style>