Shades of Rich Gold #A05D25
Tints of Rich Gold #A05D25
RGB
CMYK
RGB Variations
Color information
#A05D25 (or 0xA05D25) is known color: Rich Gold. HEX triplet: A0, 5D and 25. RGB value is (160,93,37). Sum of RGB (Red+Green+Blue) = 160+93+37=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D25 is #5FA2DA. Grayscale: #6A6A6A. Windows color (decimal): -6267611 or 2448800. OLE color: 2448800.
HSL color Cylindrical-coordinate representation of color #A05D25: hue angle of 27.32º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A05D25 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 37 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.37 |
| HSL | 27.32º | 0.62% | 0.39% | - |
| HSV(B) | 27.32º | 0.77% | 0.63% | - |
| XYZ | 18.75 | 15.44 | 3.74 | - |
| YUV | 106.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 37 | 0 | 0.42 | 0.77 | 0.37 | 27.32 | 0.62 | 0.39 |
| Hex | A0 | 5D | 25 | 0 | 2A | 4D | 25 | 1B | 3E | 27 |
| Octal | 240 | 135 | 45 | 0 | 52 | 115 | 45 | 33 | 76 | 47 |
| Binary | 10100000 | 1011101 | 100101 | 0 | 101010 | 1001101 | 100101 | 11011 | 111110 | 100111 |
Color Harmonies of #A05D25
Complementary color
Monochromatic Colors of #A05D25
Black with #A05D25
Text Example
Text Example
White with #A05D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D25; }
p { color: rgb(160,93,37); }
H1.HeaderClassName
{
color: #A05D25;
}
.AnyTagClassName
{
color: #A05D25;
}
</style>
background-color css
<style>
a { background-color: #A05D25; }
a { background-color: rgb(160,93,37); }
div.DivClassName
{
background-color: #A05D25;
}
.BgClassName
{
background-color: #A05D25;
}
</style>
border-color css
<style>
span { border-color: #A05D25; }
span { border-color: rgb(160,93,37); }
td.TdClassName
{
border-color: #A05D25;
}
.TagClassName
{
border-color: #A05D25;
}
</style>