Shades of Rich Gold #A85520
Tints of Rich Gold #A85520
RGB
CMYK
RGB Variations
Color information
#A85520 (or 0xA85520) is known color: Rich Gold. HEX triplet: A8, 55 and 20. RGB value is (168,85,32). Sum of RGB (Red+Green+Blue) = 168+85+32=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A85520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85520 is #57AADF. Grayscale: #686868. Windows color (decimal): -5745376 or 2119080. OLE color: 2119080.
HSL color Cylindrical-coordinate representation of color #A85520: hue angle of 23.38º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A85520 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 32 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.34 |
| HSL | 23.38º | 0.68% | 0.39% | - |
| HSV(B) | 23.38º | 0.81% | 0.66% | - |
| XYZ | 19.66 | 14.93 | 3.21 | - |
| YUV | 103.78 | 87.5 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 32 | 0 | 0.49 | 0.81 | 0.34 | 23.38 | 0.68 | 0.39 |
| Hex | A8 | 55 | 20 | 0 | 31 | 51 | 22 | 17 | 44 | 27 |
| Octal | 250 | 125 | 40 | 0 | 61 | 121 | 42 | 27 | 104 | 47 |
| Binary | 10101000 | 1010101 | 100000 | 0 | 110001 | 1010001 | 100010 | 10111 | 1000100 | 100111 |
Color Harmonies of #A85520
Complementary color
Monochromatic Colors of #A85520
Black with #A85520
Text Example
Text Example
White with #A85520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85520; }
p { color: rgb(168,85,32); }
H1.HeaderClassName
{
color: #A85520;
}
.AnyTagClassName
{
color: #A85520;
}
</style>
background-color css
<style>
a { background-color: #A85520; }
a { background-color: rgb(168,85,32); }
div.DivClassName
{
background-color: #A85520;
}
.BgClassName
{
background-color: #A85520;
}
</style>
border-color css
<style>
span { border-color: #A85520; }
span { border-color: rgb(168,85,32); }
td.TdClassName
{
border-color: #A85520;
}
.TagClassName
{
border-color: #A85520;
}
</style>