Shades of Rich Gold #A05B24
Tints of Rich Gold #A05B24
RGB
CMYK
RGB Variations
Color information
#A05B24 (or 0xA05B24) is known color: Rich Gold. HEX triplet: A0, 5B and 24. RGB value is (160,91,36). Sum of RGB (Red+Green+Blue) = 160+91+36=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05B24 is #5FA4DB. Grayscale: #696969. Windows color (decimal): -6268124 or 2382752. OLE color: 2382752.
HSL color Cylindrical-coordinate representation of color #A05B24: hue angle of 26.61º 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 #A05B24 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 91 | 36 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.37 |
| HSL | 26.61º | 0.63% | 0.38% | - |
| HSV(B) | 26.61º | 0.78% | 0.63% | - |
| XYZ | 18.56 | 15.08 | 3.6 | - |
| YUV | 105.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 36 | 0 | 0.43 | 0.78 | 0.37 | 26.61 | 0.63 | 0.38 |
| Hex | A0 | 5B | 24 | 0 | 2B | 4E | 25 | 1B | 3F | 26 |
| Octal | 240 | 133 | 44 | 0 | 53 | 116 | 45 | 33 | 77 | 46 |
| Binary | 10100000 | 1011011 | 100100 | 0 | 101011 | 1001110 | 100101 | 11011 | 111111 | 100110 |
Color Harmonies of #A05B24
Complementary color
Monochromatic Colors of #A05B24
Black with #A05B24
Text Example
Text Example
White with #A05B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05B24; }
p { color: rgb(160,91,36); }
H1.HeaderClassName
{
color: #A05B24;
}
.AnyTagClassName
{
color: #A05B24;
}
</style>
background-color css
<style>
a { background-color: #A05B24; }
a { background-color: rgb(160,91,36); }
div.DivClassName
{
background-color: #A05B24;
}
.BgClassName
{
background-color: #A05B24;
}
</style>
border-color css
<style>
span { border-color: #A05B24; }
span { border-color: rgb(160,91,36); }
td.TdClassName
{
border-color: #A05B24;
}
.TagClassName
{
border-color: #A05B24;
}
</style>