Shades of Rich Gold #A05314
Tints of Rich Gold #A05314
RGB
CMYK
RGB Variations
Color information
#A05314 (or 0xA05314) is known color: Rich Gold. HEX triplet: A0, 53 and 14. RGB value is (160,83,20). Sum of RGB (Red+Green+Blue) = 160+83+20=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05314 is #5FACEB. Grayscale: #636363. Windows color (decimal): -6270188 or 1332128. OLE color: 1332128.
HSL color Cylindrical-coordinate representation of color #A05314: hue angle of 27º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A05314 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 20 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.37 |
| HSL | 27º | 0.78% | 0.35% | - |
| HSV(B) | 27º | 0.88% | 0.63% | - |
| XYZ | 17.72 | 13.71 | 2.37 | - |
| YUV | 98.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 20 | 0 | 0.48 | 0.88 | 0.37 | 27 | 0.78 | 0.35 |
| Hex | A0 | 53 | 14 | 0 | 30 | 58 | 25 | 1B | 4E | 23 |
| Octal | 240 | 123 | 24 | 0 | 60 | 130 | 45 | 33 | 116 | 43 |
| Binary | 10100000 | 1010011 | 10100 | 0 | 110000 | 1011000 | 100101 | 11011 | 1001110 | 100011 |
Color Harmonies of #A05314
Complementary color
Monochromatic Colors of #A05314
Black with #A05314
Text Example
Text Example
White with #A05314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05314; }
p { color: rgb(160,83,20); }
H1.HeaderClassName
{
color: #A05314;
}
.AnyTagClassName
{
color: #A05314;
}
</style>
background-color css
<style>
a { background-color: #A05314; }
a { background-color: rgb(160,83,20); }
div.DivClassName
{
background-color: #A05314;
}
.BgClassName
{
background-color: #A05314;
}
</style>
border-color css
<style>
span { border-color: #A05314; }
span { border-color: rgb(160,83,20); }
td.TdClassName
{
border-color: #A05314;
}
.TagClassName
{
border-color: #A05314;
}
</style>