Shades of Rich Gold #A05524
Tints of Rich Gold #A05524
RGB
CMYK
RGB Variations
Color information
#A05524 (or 0xA05524) is known color: Rich Gold. HEX triplet: A0, 55 and 24. RGB value is (160,85,36). Sum of RGB (Red+Green+Blue) = 160+85+36=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A05524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05524 is #5FAADB. Grayscale: #666666. Windows color (decimal): -6269660 or 2381216. OLE color: 2381216.
HSL color Cylindrical-coordinate representation of color #A05524: hue angle of 23.71º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A05524 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 36 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.37 |
| HSL | 23.71º | 0.63% | 0.38% | - |
| HSV(B) | 23.71º | 0.78% | 0.63% | - |
| XYZ | 18.06 | 14.1 | 3.44 | - |
| YUV | 101.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 36 | 0 | 0.47 | 0.78 | 0.37 | 23.71 | 0.63 | 0.38 |
| Hex | A0 | 55 | 24 | 0 | 2F | 4E | 25 | 18 | 3F | 26 |
| Octal | 240 | 125 | 44 | 0 | 57 | 116 | 45 | 30 | 77 | 46 |
| Binary | 10100000 | 1010101 | 100100 | 0 | 101111 | 1001110 | 100101 | 11000 | 111111 | 100110 |
Color Harmonies of #A05524
Complementary color
Monochromatic Colors of #A05524
Black with #A05524
Text Example
Text Example
White with #A05524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05524; }
p { color: rgb(160,85,36); }
H1.HeaderClassName
{
color: #A05524;
}
.AnyTagClassName
{
color: #A05524;
}
</style>
background-color css
<style>
a { background-color: #A05524; }
a { background-color: rgb(160,85,36); }
div.DivClassName
{
background-color: #A05524;
}
.BgClassName
{
background-color: #A05524;
}
</style>
border-color css
<style>
span { border-color: #A05524; }
span { border-color: rgb(160,85,36); }
td.TdClassName
{
border-color: #A05524;
}
.TagClassName
{
border-color: #A05524;
}
</style>