Shades of Rich Gold #A05526
Tints of Rich Gold #A05526
RGB
CMYK
RGB Variations
Color information
#A05526 (or 0xA05526) is known color: Rich Gold. HEX triplet: A0, 55 and 26. RGB value is (160,85,38). Sum of RGB (Red+Green+Blue) = 160+85+38=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A05526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05526 is #5FAAD9. Grayscale: #666666. Windows color (decimal): -6269658 or 2512288. OLE color: 2512288.
HSL color Cylindrical-coordinate representation of color #A05526: hue angle of 23.11º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A05526 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 38 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.37 |
| HSL | 23.11º | 0.62% | 0.39% | - |
| HSV(B) | 23.11º | 0.76% | 0.63% | - |
| XYZ | 18.1 | 14.11 | 3.6 | - |
| YUV | 102.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 38 | 0 | 0.47 | 0.76 | 0.37 | 23.11 | 0.62 | 0.39 |
| Hex | A0 | 55 | 26 | 0 | 2F | 4C | 25 | 17 | 3E | 27 |
| Octal | 240 | 125 | 46 | 0 | 57 | 114 | 45 | 27 | 76 | 47 |
| Binary | 10100000 | 1010101 | 100110 | 0 | 101111 | 1001100 | 100101 | 10111 | 111110 | 100111 |
Color Harmonies of #A05526
Complementary color
Monochromatic Colors of #A05526
Black with #A05526
Text Example
Text Example
White with #A05526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05526; }
p { color: rgb(160,85,38); }
H1.HeaderClassName
{
color: #A05526;
}
.AnyTagClassName
{
color: #A05526;
}
</style>
background-color css
<style>
a { background-color: #A05526; }
a { background-color: rgb(160,85,38); }
div.DivClassName
{
background-color: #A05526;
}
.BgClassName
{
background-color: #A05526;
}
</style>
border-color css
<style>
span { border-color: #A05526; }
span { border-color: rgb(160,85,38); }
td.TdClassName
{
border-color: #A05526;
}
.TagClassName
{
border-color: #A05526;
}
</style>