Shades of Rich Gold #AB511B
Tints of Rich Gold #AB511B
RGB
CMYK
RGB Variations
Color information
#AB511B (or 0xAB511B) is known color: Rich Gold. HEX triplet: AB, 51 and 1B. RGB value is (171,81,27). Sum of RGB (Red+Green+Blue) = 171+81+27=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB511B is #54AEE4. Grayscale: #666666. Windows color (decimal): -5549797 or 1790379. OLE color: 1790379.
HSL color Cylindrical-coordinate representation of color #AB511B: hue angle of 22.5º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB511B is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 27 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.33 |
| HSL | 22.5º | 0.73% | 0.39% | - |
| HSV(B) | 22.5º | 0.84% | 0.67% | - |
| XYZ | 19.93 | 14.62 | 2.81 | - |
| YUV | 101.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 27 | 0 | 0.53 | 0.84 | 0.33 | 22.5 | 0.73 | 0.39 |
| Hex | AB | 51 | 1B | 0 | 35 | 54 | 21 | 16 | 49 | 27 |
| Octal | 253 | 121 | 33 | 0 | 65 | 124 | 41 | 26 | 111 | 47 |
| Binary | 10101011 | 1010001 | 11011 | 0 | 110101 | 1010100 | 100001 | 10110 | 1001001 | 100111 |
Color Harmonies of #AB511B
Complementary color
Monochromatic Colors of #AB511B
Black with #AB511B
Text Example
Text Example
White with #AB511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB511B; }
p { color: rgb(171,81,27); }
H1.HeaderClassName
{
color: #AB511B;
}
.AnyTagClassName
{
color: #AB511B;
}
</style>
background-color css
<style>
a { background-color: #AB511B; }
a { background-color: rgb(171,81,27); }
div.DivClassName
{
background-color: #AB511B;
}
.BgClassName
{
background-color: #AB511B;
}
</style>
border-color css
<style>
span { border-color: #AB511B; }
span { border-color: rgb(171,81,27); }
td.TdClassName
{
border-color: #AB511B;
}
.TagClassName
{
border-color: #AB511B;
}
</style>