Shades of Rich Gold #A0551B
Tints of Rich Gold #A0551B
RGB
CMYK
RGB Variations
Color information
#A0551B (or 0xA0551B) is known color: Rich Gold. HEX triplet: A0, 55 and 1B. RGB value is (160,85,27). Sum of RGB (Red+Green+Blue) = 160+85+27=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0551B is #5FAAE4. Grayscale: #656565. Windows color (decimal): -6269669 or 1791392. OLE color: 1791392.
HSL color Cylindrical-coordinate representation of color #A0551B: hue angle of 26.17º 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 #A0551B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 85 | 27 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.37 |
| HSL | 26.17º | 0.71% | 0.37% | - |
| HSV(B) | 26.17º | 0.83% | 0.63% | - |
| XYZ | 17.94 | 14.05 | 2.8 | - |
| YUV | 100.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 27 | 0 | 0.47 | 0.83 | 0.37 | 26.17 | 0.71 | 0.37 |
| Hex | A0 | 55 | 1B | 0 | 2F | 53 | 25 | 1A | 47 | 25 |
| Octal | 240 | 125 | 33 | 0 | 57 | 123 | 45 | 32 | 107 | 45 |
| Binary | 10100000 | 1010101 | 11011 | 0 | 101111 | 1010011 | 100101 | 11010 | 1000111 | 100101 |
Color Harmonies of #A0551B
Complementary color
Monochromatic Colors of #A0551B
Black with #A0551B
Text Example
Text Example
White with #A0551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0551B; }
p { color: rgb(160,85,27); }
H1.HeaderClassName
{
color: #A0551B;
}
.AnyTagClassName
{
color: #A0551B;
}
</style>
background-color css
<style>
a { background-color: #A0551B; }
a { background-color: rgb(160,85,27); }
div.DivClassName
{
background-color: #A0551B;
}
.BgClassName
{
background-color: #A0551B;
}
</style>
border-color css
<style>
span { border-color: #A0551B; }
span { border-color: rgb(160,85,27); }
td.TdClassName
{
border-color: #A0551B;
}
.TagClassName
{
border-color: #A0551B;
}
</style>