Shades of Rich Gold #A95119
Tints of Rich Gold #A95119
RGB
CMYK
RGB Variations
Color information
#A95119 (or 0xA95119) is known color: Rich Gold. HEX triplet: A9, 51 and 19. RGB value is (169,81,25). Sum of RGB (Red+Green+Blue) = 169+81+25=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A95119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95119 is #56AEE6. Grayscale: #656565. Windows color (decimal): -5680871 or 1659305. OLE color: 1659305.
HSL color Cylindrical-coordinate representation of color #A95119: hue angle of 23.33º 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 #A95119 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 25 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.34 |
| HSL | 23.33º | 0.74% | 0.38% | - |
| HSV(B) | 23.33º | 0.85% | 0.66% | - |
| XYZ | 19.48 | 14.39 | 2.67 | - |
| YUV | 100.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 25 | 0 | 0.52 | 0.85 | 0.34 | 23.33 | 0.74 | 0.38 |
| Hex | A9 | 51 | 19 | 0 | 34 | 55 | 22 | 17 | 4A | 26 |
| Octal | 251 | 121 | 31 | 0 | 64 | 125 | 42 | 27 | 112 | 46 |
| Binary | 10101001 | 1010001 | 11001 | 0 | 110100 | 1010101 | 100010 | 10111 | 1001010 | 100110 |
Color Harmonies of #A95119
Complementary color
Monochromatic Colors of #A95119
Black with #A95119
Text Example
Text Example
White with #A95119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95119; }
p { color: rgb(169,81,25); }
H1.HeaderClassName
{
color: #A95119;
}
.AnyTagClassName
{
color: #A95119;
}
</style>
background-color css
<style>
a { background-color: #A95119; }
a { background-color: rgb(169,81,25); }
div.DivClassName
{
background-color: #A95119;
}
.BgClassName
{
background-color: #A95119;
}
</style>
border-color css
<style>
span { border-color: #A95119; }
span { border-color: rgb(169,81,25); }
td.TdClassName
{
border-color: #A95119;
}
.TagClassName
{
border-color: #A95119;
}
</style>