Shades of Rich Gold #AB4E1D
Tints of Rich Gold #AB4E1D
RGB
CMYK
RGB Variations
Color information
#AB4E1D (or 0xAB4E1D) is known color: Rich Gold. HEX triplet: AB, 4E and 1D. RGB value is (171,78,29). Sum of RGB (Red+Green+Blue) = 171+78+29=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E1D is #54B1E2. Grayscale: #646464. Windows color (decimal): -5550563 or 1920683. OLE color: 1920683.
HSL color Cylindrical-coordinate representation of color #AB4E1D: hue angle of 20.7º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB4E1D is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 29 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.33 |
| HSL | 20.7º | 0.71% | 0.39% | - |
| HSV(B) | 20.7º | 0.83% | 0.67% | - |
| XYZ | 19.74 | 14.2 | 2.86 | - |
| YUV | 100.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 29 | 0 | 0.54 | 0.83 | 0.33 | 20.7 | 0.71 | 0.39 |
| Hex | AB | 4E | 1D | 0 | 36 | 53 | 21 | 15 | 47 | 27 |
| Octal | 253 | 116 | 35 | 0 | 66 | 123 | 41 | 25 | 107 | 47 |
| Binary | 10101011 | 1001110 | 11101 | 0 | 110110 | 1010011 | 100001 | 10101 | 1000111 | 100111 |
Color Harmonies of #AB4E1D
Complementary color
Monochromatic Colors of #AB4E1D
Black with #AB4E1D
Text Example
Text Example
White with #AB4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E1D; }
p { color: rgb(171,78,29); }
H1.HeaderClassName
{
color: #AB4E1D;
}
.AnyTagClassName
{
color: #AB4E1D;
}
</style>
background-color css
<style>
a { background-color: #AB4E1D; }
a { background-color: rgb(171,78,29); }
div.DivClassName
{
background-color: #AB4E1D;
}
.BgClassName
{
background-color: #AB4E1D;
}
</style>
border-color css
<style>
span { border-color: #AB4E1D; }
span { border-color: rgb(171,78,29); }
td.TdClassName
{
border-color: #AB4E1D;
}
.TagClassName
{
border-color: #AB4E1D;
}
</style>