Shades of Rich Gold #A0582B
Tints of Rich Gold #A0582B
RGB
CMYK
RGB Variations
Color information
#A0582B (or 0xA0582B) is known color: Rich Gold. HEX triplet: A0, 58 and 2B. RGB value is (160,88,43). Sum of RGB (Red+Green+Blue) = 160+88+43=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0582B is #5FA7D4. Grayscale: #686868. Windows color (decimal): -6268885 or 2840736. OLE color: 2840736.
HSL color Cylindrical-coordinate representation of color #A0582B: hue angle of 23.08º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0582B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 43 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.37 |
| HSL | 23.08º | 0.58% | 0.4% | - |
| HSV(B) | 23.08º | 0.73% | 0.63% | - |
| XYZ | 18.42 | 14.63 | 4.14 | - |
| YUV | 104.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 43 | 0 | 0.45 | 0.73 | 0.37 | 23.08 | 0.58 | 0.4 |
| Hex | A0 | 58 | 2B | 0 | 2D | 49 | 25 | 17 | 3A | 28 |
| Octal | 240 | 130 | 53 | 0 | 55 | 111 | 45 | 27 | 72 | 50 |
| Binary | 10100000 | 1011000 | 101011 | 0 | 101101 | 1001001 | 100101 | 10111 | 111010 | 101000 |
Color Harmonies of #A0582B
Complementary color
Monochromatic Colors of #A0582B
Black with #A0582B
Text Example
Text Example
White with #A0582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0582B; }
p { color: rgb(160,88,43); }
H1.HeaderClassName
{
color: #A0582B;
}
.AnyTagClassName
{
color: #A0582B;
}
</style>
background-color css
<style>
a { background-color: #A0582B; }
a { background-color: rgb(160,88,43); }
div.DivClassName
{
background-color: #A0582B;
}
.BgClassName
{
background-color: #A0582B;
}
</style>
border-color css
<style>
span { border-color: #A0582B; }
span { border-color: rgb(160,88,43); }
td.TdClassName
{
border-color: #A0582B;
}
.TagClassName
{
border-color: #A0582B;
}
</style>