Shades of Rich Gold #A0510F
Tints of Rich Gold #A0510F
RGB
CMYK
RGB Variations
Color information
#A0510F (or 0xA0510F) is known color: Rich Gold. HEX triplet: A0, 51 and 0F. RGB value is (160,81,15). Sum of RGB (Red+Green+Blue) = 160+81+15=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0510F is #5FAEF0. Grayscale: #616161. Windows color (decimal): -6270705 or 1003936. OLE color: 1003936.
HSL color Cylindrical-coordinate representation of color #A0510F: hue angle of 27.31º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0510F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.37 |
| HSL | 27.31º | 0.83% | 0.34% | - |
| HSV(B) | 27.31º | 0.91% | 0.63% | - |
| XYZ | 17.53 | 13.39 | 2.11 | - |
| YUV | 97.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 15 | 0 | 0.49 | 0.91 | 0.37 | 27.31 | 0.83 | 0.34 |
| Hex | A0 | 51 | F | 0 | 31 | 5B | 25 | 1B | 53 | 22 |
| Octal | 240 | 121 | 17 | 0 | 61 | 133 | 45 | 33 | 123 | 42 |
| Binary | 10100000 | 1010001 | 1111 | 0 | 110001 | 1011011 | 100101 | 11011 | 1010011 | 100010 |
Color Harmonies of #A0510F
Complementary color
Monochromatic Colors of #A0510F
Black with #A0510F
Text Example
Text Example
White with #A0510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0510F; }
p { color: rgb(160,81,15); }
H1.HeaderClassName
{
color: #A0510F;
}
.AnyTagClassName
{
color: #A0510F;
}
</style>
background-color css
<style>
a { background-color: #A0510F; }
a { background-color: rgb(160,81,15); }
div.DivClassName
{
background-color: #A0510F;
}
.BgClassName
{
background-color: #A0510F;
}
</style>
border-color css
<style>
span { border-color: #A0510F; }
span { border-color: rgb(160,81,15); }
td.TdClassName
{
border-color: #A0510F;
}
.TagClassName
{
border-color: #A0510F;
}
</style>