Shades of Golden Brown #A95702
Tints of Golden Brown #A95702
RGB
CMYK
RGB Variations
Color information
#A95702 (or 0xA95702) is known color: Golden Brown. HEX triplet: A9, 57 and 02. RGB value is (169,87,2). Sum of RGB (Red+Green+Blue) = 169+87+2=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A95702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95702 is #56A8FD. Grayscale: #666666. Windows color (decimal): -5679358 or 153513. OLE color: 153513.
HSL color Cylindrical-coordinate representation of color #A95702: hue angle of 30.54º 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 #A95702 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.34 |
| HSL | 30.54º | 0.98% | 0.34% | - |
| HSV(B) | 30.54º | 0.99% | 0.66% | - |
| XYZ | 19.78 | 15.26 | 1.96 | - |
| YUV | 101.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 2 | 0 | 0.49 | 0.99 | 0.34 | 30.54 | 0.98 | 0.34 |
| Hex | A9 | 57 | 2 | 0 | 31 | 63 | 22 | 1F | 62 | 22 |
| Octal | 251 | 127 | 2 | 0 | 61 | 143 | 42 | 37 | 142 | 42 |
| Binary | 10101001 | 1010111 | 10 | 0 | 110001 | 1100011 | 100010 | 11111 | 1100010 | 100010 |
Color Harmonies of #A95702
Complementary color
Monochromatic Colors of #A95702
Black with #A95702
Text Example
Text Example
White with #A95702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95702; }
p { color: rgb(169,87,2); }
H1.HeaderClassName
{
color: #A95702;
}
.AnyTagClassName
{
color: #A95702;
}
</style>
background-color css
<style>
a { background-color: #A95702; }
a { background-color: rgb(169,87,2); }
div.DivClassName
{
background-color: #A95702;
}
.BgClassName
{
background-color: #A95702;
}
</style>
border-color css
<style>
span { border-color: #A95702; }
span { border-color: rgb(169,87,2); }
td.TdClassName
{
border-color: #A95702;
}
.TagClassName
{
border-color: #A95702;
}
</style>