Shades of Rich Gold #A95510
Tints of Rich Gold #A95510
RGB
CMYK
RGB Variations
Color information
#A95510 (or 0xA95510) is known color: Rich Gold. HEX triplet: A9, 55 and 10. RGB value is (169,85,16). Sum of RGB (Red+Green+Blue) = 169+85+16=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A95510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95510 is #56AAEF. Grayscale: #666666. Windows color (decimal): -5679856 or 1070505. OLE color: 1070505.
HSL color Cylindrical-coordinate representation of color #A95510: hue angle of 27.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A95510 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 85 | 16 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.34 |
| HSL | 27.06º | 0.83% | 0.36% | - |
| HSV(B) | 27.06º | 0.91% | 0.66% | - |
| XYZ | 19.7 | 14.97 | 2.34 | - |
| YUV | 102.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 16 | 0 | 0.50 | 0.91 | 0.34 | 27.06 | 0.83 | 0.36 |
| Hex | A9 | 55 | 10 | 0 | 32 | 5B | 22 | 1B | 53 | 24 |
| Octal | 251 | 125 | 20 | 0 | 62 | 133 | 42 | 33 | 123 | 44 |
| Binary | 10101001 | 1010101 | 10000 | 0 | 110010 | 1011011 | 100010 | 11011 | 1010011 | 100100 |
Color Harmonies of #A95510
Complementary color
Monochromatic Colors of #A95510
Black with #A95510
Text Example
Text Example
White with #A95510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95510; }
p { color: rgb(169,85,16); }
H1.HeaderClassName
{
color: #A95510;
}
.AnyTagClassName
{
color: #A95510;
}
</style>
background-color css
<style>
a { background-color: #A95510; }
a { background-color: rgb(169,85,16); }
div.DivClassName
{
background-color: #A95510;
}
.BgClassName
{
background-color: #A95510;
}
</style>
border-color css
<style>
span { border-color: #A95510; }
span { border-color: rgb(169,85,16); }
td.TdClassName
{
border-color: #A95510;
}
.TagClassName
{
border-color: #A95510;
}
</style>