Shades of Rich Gold #A0431C
Tints of Rich Gold #A0431C
RGB
CMYK
RGB Variations
Color information
#A0431C (or 0xA0431C) is known color: Rich Gold. HEX triplet: A0, 43 and 1C. RGB value is (160,67,28). Sum of RGB (Red+Green+Blue) = 160+67+28=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0431C is #5FBCE3. Grayscale: #5A5A5A. Windows color (decimal): -6274276 or 1852320. OLE color: 1852320.
HSL color Cylindrical-coordinate representation of color #A0431C: hue angle of 17.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0431C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 28 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.37 |
| HSL | 17.73º | 0.7% | 0.37% | - |
| HSV(B) | 17.73º | 0.83% | 0.63% | - |
| XYZ | 16.71 | 11.57 | 2.45 | - |
| YUV | 90.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 28 | 0 | 0.58 | 0.82 | 0.37 | 17.73 | 0.7 | 0.37 |
| Hex | A0 | 43 | 1C | 0 | 3A | 52 | 25 | 12 | 46 | 25 |
| Octal | 240 | 103 | 34 | 0 | 72 | 122 | 45 | 22 | 106 | 45 |
| Binary | 10100000 | 1000011 | 11100 | 0 | 111010 | 1010010 | 100101 | 10010 | 1000110 | 100101 |
Color Harmonies of #A0431C
Complementary color
Monochromatic Colors of #A0431C
Black with #A0431C
Text Example
Text Example
White with #A0431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0431C; }
p { color: rgb(160,67,28); }
H1.HeaderClassName
{
color: #A0431C;
}
.AnyTagClassName
{
color: #A0431C;
}
</style>
background-color css
<style>
a { background-color: #A0431C; }
a { background-color: rgb(160,67,28); }
div.DivClassName
{
background-color: #A0431C;
}
.BgClassName
{
background-color: #A0431C;
}
</style>
border-color css
<style>
span { border-color: #A0431C; }
span { border-color: rgb(160,67,28); }
td.TdClassName
{
border-color: #A0431C;
}
.TagClassName
{
border-color: #A0431C;
}
</style>