Shades of Golden Brown #A85502
Tints of Golden Brown #A85502
RGB
CMYK
RGB Variations
Color information
#A85502 (or 0xA85502) is known color: Golden Brown. HEX triplet: A8, 55 and 02. RGB value is (168,85,2). Sum of RGB (Red+Green+Blue) = 168+85+2=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A85502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85502 is #57AAFD. Grayscale: #646464. Windows color (decimal): -5745406 or 153000. OLE color: 153000.
HSL color Cylindrical-coordinate representation of color #A85502: hue angle of 30º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A85502 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.34 |
| HSL | 30º | 0.98% | 0.33% | - |
| HSV(B) | 30º | 0.99% | 0.66% | - |
| XYZ | 19.41 | 14.83 | 1.9 | - |
| YUV | 100.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 2 | 0 | 0.49 | 0.99 | 0.34 | 30 | 0.98 | 0.33 |
| Hex | A8 | 55 | 2 | 0 | 31 | 63 | 22 | 1E | 62 | 21 |
| Octal | 250 | 125 | 2 | 0 | 61 | 143 | 42 | 36 | 142 | 41 |
| Binary | 10101000 | 1010101 | 10 | 0 | 110001 | 1100011 | 100010 | 11110 | 1100010 | 100001 |
Color Harmonies of #A85502
Complementary color
Monochromatic Colors of #A85502
Black with #A85502
Text Example
Text Example
White with #A85502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85502; }
p { color: rgb(168,85,2); }
H1.HeaderClassName
{
color: #A85502;
}
.AnyTagClassName
{
color: #A85502;
}
</style>
background-color css
<style>
a { background-color: #A85502; }
a { background-color: rgb(168,85,2); }
div.DivClassName
{
background-color: #A85502;
}
.BgClassName
{
background-color: #A85502;
}
</style>
border-color css
<style>
span { border-color: #A85502; }
span { border-color: rgb(168,85,2); }
td.TdClassName
{
border-color: #A85502;
}
.TagClassName
{
border-color: #A85502;
}
</style>