Shades of Rich Gold #AB5E1E
Tints of Rich Gold #AB5E1E
RGB
CMYK
RGB Variations
Color information
#AB5E1E (or 0xAB5E1E) is known color: Rich Gold. HEX triplet: AB, 5E and 1E. RGB value is (171,94,30). Sum of RGB (Red+Green+Blue) = 171+94+30=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E1E is #54A1E1. Grayscale: #6E6E6E. Windows color (decimal): -5546466 or 1990315. OLE color: 1990315.
HSL color Cylindrical-coordinate representation of color #AB5E1E: hue angle of 27.23º 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 #AB5E1E is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 30 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.33 |
| HSL | 27.23º | 0.7% | 0.39% | - |
| HSV(B) | 27.23º | 0.82% | 0.67% | - |
| XYZ | 21.03 | 16.76 | 3.35 | - |
| YUV | 109.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 30 | 0 | 0.45 | 0.82 | 0.33 | 27.23 | 0.7 | 0.39 |
| Hex | AB | 5E | 1E | 0 | 2D | 52 | 21 | 1B | 46 | 27 |
| Octal | 253 | 136 | 36 | 0 | 55 | 122 | 41 | 33 | 106 | 47 |
| Binary | 10101011 | 1011110 | 11110 | 0 | 101101 | 1010010 | 100001 | 11011 | 1000110 | 100111 |
Color Harmonies of #AB5E1E
Complementary color
Monochromatic Colors of #AB5E1E
Black with #AB5E1E
Text Example
Text Example
White with #AB5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E1E; }
p { color: rgb(171,94,30); }
H1.HeaderClassName
{
color: #AB5E1E;
}
.AnyTagClassName
{
color: #AB5E1E;
}
</style>
background-color css
<style>
a { background-color: #AB5E1E; }
a { background-color: rgb(171,94,30); }
div.DivClassName
{
background-color: #AB5E1E;
}
.BgClassName
{
background-color: #AB5E1E;
}
</style>
border-color css
<style>
span { border-color: #AB5E1E; }
span { border-color: rgb(171,94,30); }
td.TdClassName
{
border-color: #AB5E1E;
}
.TagClassName
{
border-color: #AB5E1E;
}
</style>