Shades of Rich Gold #A85919
Tints of Rich Gold #A85919
RGB
CMYK
RGB Variations
Color information
#A85919 (or 0xA85919) is known color: Rich Gold. HEX triplet: A8, 59 and 19. RGB value is (168,89,25). Sum of RGB (Red+Green+Blue) = 168+89+25=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A85919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85919 is #57A6E6. Grayscale: #696969. Windows color (decimal): -5744359 or 1661352. OLE color: 1661352.
HSL color Cylindrical-coordinate representation of color #A85919: hue angle of 26.85º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A85919 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 25 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.34 |
| HSL | 26.85º | 0.74% | 0.38% | - |
| HSV(B) | 26.85º | 0.85% | 0.66% | - |
| XYZ | 19.9 | 15.54 | 2.87 | - |
| YUV | 105.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 25 | 0 | 0.47 | 0.85 | 0.34 | 26.85 | 0.74 | 0.38 |
| Hex | A8 | 59 | 19 | 0 | 2F | 55 | 22 | 1B | 4A | 26 |
| Octal | 250 | 131 | 31 | 0 | 57 | 125 | 42 | 33 | 112 | 46 |
| Binary | 10101000 | 1011001 | 11001 | 0 | 101111 | 1010101 | 100010 | 11011 | 1001010 | 100110 |
Color Harmonies of #A85919
Complementary color
Monochromatic Colors of #A85919
Black with #A85919
Text Example
Text Example
White with #A85919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85919; }
p { color: rgb(168,89,25); }
H1.HeaderClassName
{
color: #A85919;
}
.AnyTagClassName
{
color: #A85919;
}
</style>
background-color css
<style>
a { background-color: #A85919; }
a { background-color: rgb(168,89,25); }
div.DivClassName
{
background-color: #A85919;
}
.BgClassName
{
background-color: #A85919;
}
</style>
border-color css
<style>
span { border-color: #A85919; }
span { border-color: rgb(168,89,25); }
td.TdClassName
{
border-color: #A85919;
}
.TagClassName
{
border-color: #A85919;
}
</style>