Shades of Rich Gold #A0451F
Tints of Rich Gold #A0451F
RGB
CMYK
RGB Variations
Color information
#A0451F (or 0xA0451F) is known color: Rich Gold. HEX triplet: A0, 45 and 1F. RGB value is (160,69,31). Sum of RGB (Red+Green+Blue) = 160+69+31=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0451F is #5FBAE0. Grayscale: #5C5C5C. Windows color (decimal): -6273761 or 2049440. OLE color: 2049440.
HSL color Cylindrical-coordinate representation of color #A0451F: hue angle of 17.67º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0451F is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 31 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.37 |
| HSL | 17.67º | 0.68% | 0.37% | - |
| HSV(B) | 17.67º | 0.81% | 0.63% | - |
| XYZ | 16.87 | 11.83 | 2.69 | - |
| YUV | 91.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 31 | 0 | 0.57 | 0.81 | 0.37 | 17.67 | 0.68 | 0.37 |
| Hex | A0 | 45 | 1F | 0 | 39 | 51 | 25 | 12 | 44 | 25 |
| Octal | 240 | 105 | 37 | 0 | 71 | 121 | 45 | 22 | 104 | 45 |
| Binary | 10100000 | 1000101 | 11111 | 0 | 111001 | 1010001 | 100101 | 10010 | 1000100 | 100101 |
Color Harmonies of #A0451F
Complementary color
Monochromatic Colors of #A0451F
Black with #A0451F
Text Example
Text Example
White with #A0451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0451F; }
p { color: rgb(160,69,31); }
H1.HeaderClassName
{
color: #A0451F;
}
.AnyTagClassName
{
color: #A0451F;
}
</style>
background-color css
<style>
a { background-color: #A0451F; }
a { background-color: rgb(160,69,31); }
div.DivClassName
{
background-color: #A0451F;
}
.BgClassName
{
background-color: #A0451F;
}
</style>
border-color css
<style>
span { border-color: #A0451F; }
span { border-color: rgb(160,69,31); }
td.TdClassName
{
border-color: #A0451F;
}
.TagClassName
{
border-color: #A0451F;
}
</style>