Shades of Rich Gold #AB5A1E
Tints of Rich Gold #AB5A1E
RGB
CMYK
RGB Variations
Color information
#AB5A1E (or 0xAB5A1E) is known color: Rich Gold. HEX triplet: AB, 5A and 1E. RGB value is (171,90,30). Sum of RGB (Red+Green+Blue) = 171+90+30=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A1E is #54A5E1. Grayscale: #6B6B6B. Windows color (decimal): -5547490 or 1989291. OLE color: 1989291.
HSL color Cylindrical-coordinate representation of color #AB5A1E: hue angle of 25.53º 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 #AB5A1E is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 30 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.33 |
| HSL | 25.53º | 0.7% | 0.39% | - |
| HSV(B) | 25.53º | 0.82% | 0.67% | - |
| XYZ | 20.69 | 16.06 | 3.24 | - |
| YUV | 107.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 30 | 0 | 0.47 | 0.82 | 0.33 | 25.53 | 0.7 | 0.39 |
| Hex | AB | 5A | 1E | 0 | 2F | 52 | 21 | 1A | 46 | 27 |
| Octal | 253 | 132 | 36 | 0 | 57 | 122 | 41 | 32 | 106 | 47 |
| Binary | 10101011 | 1011010 | 11110 | 0 | 101111 | 1010010 | 100001 | 11010 | 1000110 | 100111 |
Color Harmonies of #AB5A1E
Complementary color
Monochromatic Colors of #AB5A1E
Black with #AB5A1E
Text Example
Text Example
White with #AB5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A1E; }
p { color: rgb(171,90,30); }
H1.HeaderClassName
{
color: #AB5A1E;
}
.AnyTagClassName
{
color: #AB5A1E;
}
</style>
background-color css
<style>
a { background-color: #AB5A1E; }
a { background-color: rgb(171,90,30); }
div.DivClassName
{
background-color: #AB5A1E;
}
.BgClassName
{
background-color: #AB5A1E;
}
</style>
border-color css
<style>
span { border-color: #AB5A1E; }
span { border-color: rgb(171,90,30); }
td.TdClassName
{
border-color: #AB5A1E;
}
.TagClassName
{
border-color: #AB5A1E;
}
</style>