Shades of Rich Gold #AB4D1E
Tints of Rich Gold #AB4D1E
RGB
CMYK
RGB Variations
Color information
#AB4D1E (or 0xAB4D1E) is known color: Rich Gold. HEX triplet: AB, 4D and 1E. RGB value is (171,77,30). Sum of RGB (Red+Green+Blue) = 171+77+30=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D1E is #54B2E1. Grayscale: #646464. Windows color (decimal): -5550818 or 1985963. OLE color: 1985963.
HSL color Cylindrical-coordinate representation of color #AB4D1E: hue angle of 20º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB4D1E is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 30 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.33 |
| HSL | 20º | 0.7% | 0.39% | - |
| HSV(B) | 20º | 0.82% | 0.67% | - |
| XYZ | 19.68 | 14.06 | 2.9 | - |
| YUV | 99.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 30 | 0 | 0.55 | 0.82 | 0.33 | 20 | 0.7 | 0.39 |
| Hex | AB | 4D | 1E | 0 | 37 | 52 | 21 | 14 | 46 | 27 |
| Octal | 253 | 115 | 36 | 0 | 67 | 122 | 41 | 24 | 106 | 47 |
| Binary | 10101011 | 1001101 | 11110 | 0 | 110111 | 1010010 | 100001 | 10100 | 1000110 | 100111 |
Color Harmonies of #AB4D1E
Complementary color
Monochromatic Colors of #AB4D1E
Black with #AB4D1E
Text Example
Text Example
White with #AB4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D1E; }
p { color: rgb(171,77,30); }
H1.HeaderClassName
{
color: #AB4D1E;
}
.AnyTagClassName
{
color: #AB4D1E;
}
</style>
background-color css
<style>
a { background-color: #AB4D1E; }
a { background-color: rgb(171,77,30); }
div.DivClassName
{
background-color: #AB4D1E;
}
.BgClassName
{
background-color: #AB4D1E;
}
</style>
border-color css
<style>
span { border-color: #AB4D1E; }
span { border-color: rgb(171,77,30); }
td.TdClassName
{
border-color: #AB4D1E;
}
.TagClassName
{
border-color: #AB4D1E;
}
</style>