Shades of Rich Gold #AB4D1B
Tints of Rich Gold #AB4D1B
RGB
CMYK
RGB Variations
Color information
#AB4D1B (or 0xAB4D1B) is known color: Rich Gold. HEX triplet: AB, 4D and 1B. RGB value is (171,77,27). Sum of RGB (Red+Green+Blue) = 171+77+27=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D1B is #54B2E4. Grayscale: #636363. Windows color (decimal): -5550821 or 1789355. OLE color: 1789355.
HSL color Cylindrical-coordinate representation of color #AB4D1B: hue angle of 20.83º 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 #AB4D1B is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 27 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.33 |
| HSL | 20.83º | 0.73% | 0.39% | - |
| HSV(B) | 20.83º | 0.84% | 0.67% | - |
| XYZ | 19.65 | 14.04 | 2.71 | - |
| YUV | 99.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 27 | 0 | 0.55 | 0.84 | 0.33 | 20.83 | 0.73 | 0.39 |
| Hex | AB | 4D | 1B | 0 | 37 | 54 | 21 | 15 | 49 | 27 |
| Octal | 253 | 115 | 33 | 0 | 67 | 124 | 41 | 25 | 111 | 47 |
| Binary | 10101011 | 1001101 | 11011 | 0 | 110111 | 1010100 | 100001 | 10101 | 1001001 | 100111 |
Color Harmonies of #AB4D1B
Complementary color
Monochromatic Colors of #AB4D1B
Black with #AB4D1B
Text Example
Text Example
White with #AB4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D1B; }
p { color: rgb(171,77,27); }
H1.HeaderClassName
{
color: #AB4D1B;
}
.AnyTagClassName
{
color: #AB4D1B;
}
</style>
background-color css
<style>
a { background-color: #AB4D1B; }
a { background-color: rgb(171,77,27); }
div.DivClassName
{
background-color: #AB4D1B;
}
.BgClassName
{
background-color: #AB4D1B;
}
</style>
border-color css
<style>
span { border-color: #AB4D1B; }
span { border-color: rgb(171,77,27); }
td.TdClassName
{
border-color: #AB4D1B;
}
.TagClassName
{
border-color: #AB4D1B;
}
</style>