Shades of Rich Gold #AB511F
Tints of Rich Gold #AB511F
RGB
CMYK
RGB Variations
Color information
#AB511F (or 0xAB511F) is known color: Rich Gold. HEX triplet: AB, 51 and 1F. RGB value is (171,81,31). Sum of RGB (Red+Green+Blue) = 171+81+31=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB511F is #54AEE0. Grayscale: #666666. Windows color (decimal): -5549793 or 2052523. OLE color: 2052523.
HSL color Cylindrical-coordinate representation of color #AB511F: hue angle of 21.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB511F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 31 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.33 |
| HSL | 21.43º | 0.69% | 0.4% | - |
| HSV(B) | 21.43º | 0.82% | 0.67% | - |
| XYZ | 19.98 | 14.64 | 3.07 | - |
| YUV | 102.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 31 | 0 | 0.53 | 0.82 | 0.33 | 21.43 | 0.69 | 0.4 |
| Hex | AB | 51 | 1F | 0 | 35 | 52 | 21 | 15 | 45 | 28 |
| Octal | 253 | 121 | 37 | 0 | 65 | 122 | 41 | 25 | 105 | 50 |
| Binary | 10101011 | 1010001 | 11111 | 0 | 110101 | 1010010 | 100001 | 10101 | 1000101 | 101000 |
Color Harmonies of #AB511F
Complementary color
Monochromatic Colors of #AB511F
Black with #AB511F
Text Example
Text Example
White with #AB511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB511F; }
p { color: rgb(171,81,31); }
H1.HeaderClassName
{
color: #AB511F;
}
.AnyTagClassName
{
color: #AB511F;
}
</style>
background-color css
<style>
a { background-color: #AB511F; }
a { background-color: rgb(171,81,31); }
div.DivClassName
{
background-color: #AB511F;
}
.BgClassName
{
background-color: #AB511F;
}
</style>
border-color css
<style>
span { border-color: #AB511F; }
span { border-color: rgb(171,81,31); }
td.TdClassName
{
border-color: #AB511F;
}
.TagClassName
{
border-color: #AB511F;
}
</style>