Shades of Rich Gold #AB571D
Tints of Rich Gold #AB571D
RGB
CMYK
RGB Variations
Color information
#AB571D (or 0xAB571D) is known color: Rich Gold. HEX triplet: AB, 57 and 1D. RGB value is (171,87,29). Sum of RGB (Red+Green+Blue) = 171+87+29=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB571D is #54A8E2. Grayscale: #696969. Windows color (decimal): -5548259 or 1922987. OLE color: 1922987.
HSL color Cylindrical-coordinate representation of color #AB571D: hue angle of 24.51º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB571D is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 29 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.33 |
| HSL | 24.51º | 0.71% | 0.39% | - |
| HSV(B) | 24.51º | 0.83% | 0.67% | - |
| XYZ | 20.42 | 15.56 | 3.09 | - |
| YUV | 105.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 29 | 0 | 0.49 | 0.83 | 0.33 | 24.51 | 0.71 | 0.39 |
| Hex | AB | 57 | 1D | 0 | 31 | 53 | 21 | 19 | 47 | 27 |
| Octal | 253 | 127 | 35 | 0 | 61 | 123 | 41 | 31 | 107 | 47 |
| Binary | 10101011 | 1010111 | 11101 | 0 | 110001 | 1010011 | 100001 | 11001 | 1000111 | 100111 |
Color Harmonies of #AB571D
Complementary color
Monochromatic Colors of #AB571D
Black with #AB571D
Text Example
Text Example
White with #AB571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB571D; }
p { color: rgb(171,87,29); }
H1.HeaderClassName
{
color: #AB571D;
}
.AnyTagClassName
{
color: #AB571D;
}
</style>
background-color css
<style>
a { background-color: #AB571D; }
a { background-color: rgb(171,87,29); }
div.DivClassName
{
background-color: #AB571D;
}
.BgClassName
{
background-color: #AB571D;
}
</style>
border-color css
<style>
span { border-color: #AB571D; }
span { border-color: rgb(171,87,29); }
td.TdClassName
{
border-color: #AB571D;
}
.TagClassName
{
border-color: #AB571D;
}
</style>