Shades of Rich Gold #A0451B
Tints of Rich Gold #A0451B
RGB
CMYK
RGB Variations
Color information
#A0451B (or 0xA0451B) is known color: Rich Gold. HEX triplet: A0, 45 and 1B. RGB value is (160,69,27). Sum of RGB (Red+Green+Blue) = 160+69+27=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0451B is #5FBAE4. Grayscale: #5B5B5B. Windows color (decimal): -6273765 or 1787296. OLE color: 1787296.
HSL color Cylindrical-coordinate representation of color #A0451B: hue angle of 18.95º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0451B is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 27 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.37 |
| HSL | 18.95º | 0.71% | 0.37% | - |
| HSV(B) | 18.95º | 0.83% | 0.63% | - |
| XYZ | 16.82 | 11.81 | 2.43 | - |
| YUV | 91.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 27 | 0 | 0.57 | 0.83 | 0.37 | 18.95 | 0.71 | 0.37 |
| Hex | A0 | 45 | 1B | 0 | 39 | 53 | 25 | 13 | 47 | 25 |
| Octal | 240 | 105 | 33 | 0 | 71 | 123 | 45 | 23 | 107 | 45 |
| Binary | 10100000 | 1000101 | 11011 | 0 | 111001 | 1010011 | 100101 | 10011 | 1000111 | 100101 |
Color Harmonies of #A0451B
Complementary color
Monochromatic Colors of #A0451B
Black with #A0451B
Text Example
Text Example
White with #A0451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0451B; }
p { color: rgb(160,69,27); }
H1.HeaderClassName
{
color: #A0451B;
}
.AnyTagClassName
{
color: #A0451B;
}
</style>
background-color css
<style>
a { background-color: #A0451B; }
a { background-color: rgb(160,69,27); }
div.DivClassName
{
background-color: #A0451B;
}
.BgClassName
{
background-color: #A0451B;
}
</style>
border-color css
<style>
span { border-color: #A0451B; }
span { border-color: rgb(160,69,27); }
td.TdClassName
{
border-color: #A0451B;
}
.TagClassName
{
border-color: #A0451B;
}
</style>