Shades of Rich Gold #A85719
Tints of Rich Gold #A85719
RGB
CMYK
RGB Variations
Color information
#A85719 (or 0xA85719) is known color: Rich Gold. HEX triplet: A8, 57 and 19. RGB value is (168,87,25). Sum of RGB (Red+Green+Blue) = 168+87+25=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A85719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85719 is #57A8E6. Grayscale: #686868. Windows color (decimal): -5744871 or 1660840. OLE color: 1660840.
HSL color Cylindrical-coordinate representation of color #A85719: hue angle of 26.01º 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 #A85719 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 25 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.34 |
| HSL | 26.01º | 0.74% | 0.38% | - |
| HSV(B) | 26.01º | 0.85% | 0.66% | - |
| XYZ | 19.73 | 15.21 | 2.82 | - |
| YUV | 104.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 25 | 0 | 0.48 | 0.85 | 0.34 | 26.01 | 0.74 | 0.38 |
| Hex | A8 | 57 | 19 | 0 | 30 | 55 | 22 | 1A | 4A | 26 |
| Octal | 250 | 127 | 31 | 0 | 60 | 125 | 42 | 32 | 112 | 46 |
| Binary | 10101000 | 1010111 | 11001 | 0 | 110000 | 1010101 | 100010 | 11010 | 1001010 | 100110 |
Color Harmonies of #A85719
Complementary color
Monochromatic Colors of #A85719
Black with #A85719
Text Example
Text Example
White with #A85719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85719; }
p { color: rgb(168,87,25); }
H1.HeaderClassName
{
color: #A85719;
}
.AnyTagClassName
{
color: #A85719;
}
</style>
background-color css
<style>
a { background-color: #A85719; }
a { background-color: rgb(168,87,25); }
div.DivClassName
{
background-color: #A85719;
}
.BgClassName
{
background-color: #A85719;
}
</style>
border-color css
<style>
span { border-color: #A85719; }
span { border-color: rgb(168,87,25); }
td.TdClassName
{
border-color: #A85719;
}
.TagClassName
{
border-color: #A85719;
}
</style>