Shades of Rich Gold #A85219
Tints of Rich Gold #A85219
RGB
CMYK
RGB Variations
Color information
#A85219 (or 0xA85219) is known color: Rich Gold. HEX triplet: A8, 52 and 19. RGB value is (168,82,25). Sum of RGB (Red+Green+Blue) = 168+82+25=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A85219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85219 is #57ADE6. Grayscale: #656565. Windows color (decimal): -5746151 or 1659560. OLE color: 1659560.
HSL color Cylindrical-coordinate representation of color #A85219: hue angle of 23.92º 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 #A85219 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 25 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.34 |
| HSL | 23.92º | 0.74% | 0.38% | - |
| HSV(B) | 23.92º | 0.85% | 0.66% | - |
| XYZ | 19.34 | 14.43 | 2.69 | - |
| YUV | 101.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 25 | 0 | 0.51 | 0.85 | 0.34 | 23.92 | 0.74 | 0.38 |
| Hex | A8 | 52 | 19 | 0 | 33 | 55 | 22 | 18 | 4A | 26 |
| Octal | 250 | 122 | 31 | 0 | 63 | 125 | 42 | 30 | 112 | 46 |
| Binary | 10101000 | 1010010 | 11001 | 0 | 110011 | 1010101 | 100010 | 11000 | 1001010 | 100110 |
Color Harmonies of #A85219
Complementary color
Monochromatic Colors of #A85219
Black with #A85219
Text Example
Text Example
White with #A85219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85219; }
p { color: rgb(168,82,25); }
H1.HeaderClassName
{
color: #A85219;
}
.AnyTagClassName
{
color: #A85219;
}
</style>
background-color css
<style>
a { background-color: #A85219; }
a { background-color: rgb(168,82,25); }
div.DivClassName
{
background-color: #A85219;
}
.BgClassName
{
background-color: #A85219;
}
</style>
border-color css
<style>
span { border-color: #A85219; }
span { border-color: rgb(168,82,25); }
td.TdClassName
{
border-color: #A85219;
}
.TagClassName
{
border-color: #A85219;
}
</style>