Shades of Rich Gold #A95013
Tints of Rich Gold #A95013
RGB
CMYK
RGB Variations
Color information
#A95013 (or 0xA95013) is known color: Rich Gold. HEX triplet: A9, 50 and 13. RGB value is (169,80,19). Sum of RGB (Red+Green+Blue) = 169+80+19=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A95013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95013 is #56AFEC. Grayscale: #636363. Windows color (decimal): -5681133 or 1265833. OLE color: 1265833.
HSL color Cylindrical-coordinate representation of color #A95013: hue angle of 24.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A95013 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.34 |
| HSL | 24.4º | 0.8% | 0.37% | - |
| HSV(B) | 24.4º | 0.89% | 0.66% | - |
| XYZ | 19.35 | 14.22 | 2.34 | - |
| YUV | 99.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 19 | 0 | 0.53 | 0.89 | 0.34 | 24.4 | 0.8 | 0.37 |
| Hex | A9 | 50 | 13 | 0 | 35 | 59 | 22 | 18 | 50 | 25 |
| Octal | 251 | 120 | 23 | 0 | 65 | 131 | 42 | 30 | 120 | 45 |
| Binary | 10101001 | 1010000 | 10011 | 0 | 110101 | 1011001 | 100010 | 11000 | 1010000 | 100101 |
Color Harmonies of #A95013
Complementary color
Monochromatic Colors of #A95013
Black with #A95013
Text Example
Text Example
White with #A95013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95013; }
p { color: rgb(169,80,19); }
H1.HeaderClassName
{
color: #A95013;
}
.AnyTagClassName
{
color: #A95013;
}
</style>
background-color css
<style>
a { background-color: #A95013; }
a { background-color: rgb(169,80,19); }
div.DivClassName
{
background-color: #A95013;
}
.BgClassName
{
background-color: #A95013;
}
</style>
border-color css
<style>
span { border-color: #A95013; }
span { border-color: rgb(169,80,19); }
td.TdClassName
{
border-color: #A95013;
}
.TagClassName
{
border-color: #A95013;
}
</style>