Shades of Rich Gold #AB511A
Tints of Rich Gold #AB511A
RGB
CMYK
RGB Variations
Color information
#AB511A (or 0xAB511A) is known color: Rich Gold. HEX triplet: AB, 51 and 1A. RGB value is (171,81,26). Sum of RGB (Red+Green+Blue) = 171+81+26=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB511A is #54AEE5. Grayscale: #656565. Windows color (decimal): -5549798 or 1724843. OLE color: 1724843.
HSL color Cylindrical-coordinate representation of color #AB511A: hue angle of 22.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB511A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 26 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.33 |
| HSL | 22.76º | 0.74% | 0.39% | - |
| HSV(B) | 22.76º | 0.85% | 0.67% | - |
| XYZ | 19.92 | 14.62 | 2.75 | - |
| YUV | 101.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 26 | 0 | 0.53 | 0.85 | 0.33 | 22.76 | 0.74 | 0.39 |
| Hex | AB | 51 | 1A | 0 | 35 | 55 | 21 | 17 | 4A | 27 |
| Octal | 253 | 121 | 32 | 0 | 65 | 125 | 41 | 27 | 112 | 47 |
| Binary | 10101011 | 1010001 | 11010 | 0 | 110101 | 1010101 | 100001 | 10111 | 1001010 | 100111 |
Color Harmonies of #AB511A
Complementary color
Monochromatic Colors of #AB511A
Black with #AB511A
Text Example
Text Example
White with #AB511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB511A; }
p { color: rgb(171,81,26); }
H1.HeaderClassName
{
color: #AB511A;
}
.AnyTagClassName
{
color: #AB511A;
}
</style>
background-color css
<style>
a { background-color: #AB511A; }
a { background-color: rgb(171,81,26); }
div.DivClassName
{
background-color: #AB511A;
}
.BgClassName
{
background-color: #AB511A;
}
</style>
border-color css
<style>
span { border-color: #AB511A; }
span { border-color: rgb(171,81,26); }
td.TdClassName
{
border-color: #AB511A;
}
.TagClassName
{
border-color: #AB511A;
}
</style>