Shades of Rich Gold #AB491E
Tints of Rich Gold #AB491E
RGB
CMYK
RGB Variations
Color information
#AB491E (or 0xAB491E) is known color: Rich Gold. HEX triplet: AB, 49 and 1E. RGB value is (171,73,30). Sum of RGB (Red+Green+Blue) = 171+73+30=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB491E is #54B6E1. Grayscale: #616161. Windows color (decimal): -5551842 or 1984939. OLE color: 1984939.
HSL color Cylindrical-coordinate representation of color #AB491E: hue angle of 18.3º 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 #AB491E is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 30 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.33 |
| HSL | 18.3º | 0.7% | 0.39% | - |
| HSV(B) | 18.3º | 0.82% | 0.67% | - |
| XYZ | 19.41 | 13.52 | 2.81 | - |
| YUV | 97.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 30 | 0 | 0.57 | 0.82 | 0.33 | 18.3 | 0.7 | 0.39 |
| Hex | AB | 49 | 1E | 0 | 39 | 52 | 21 | 12 | 46 | 27 |
| Octal | 253 | 111 | 36 | 0 | 71 | 122 | 41 | 22 | 106 | 47 |
| Binary | 10101011 | 1001001 | 11110 | 0 | 111001 | 1010010 | 100001 | 10010 | 1000110 | 100111 |
Color Harmonies of #AB491E
Complementary color
Monochromatic Colors of #AB491E
Black with #AB491E
Text Example
Text Example
White with #AB491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB491E; }
p { color: rgb(171,73,30); }
H1.HeaderClassName
{
color: #AB491E;
}
.AnyTagClassName
{
color: #AB491E;
}
</style>
background-color css
<style>
a { background-color: #AB491E; }
a { background-color: rgb(171,73,30); }
div.DivClassName
{
background-color: #AB491E;
}
.BgClassName
{
background-color: #AB491E;
}
</style>
border-color css
<style>
span { border-color: #AB491E; }
span { border-color: rgb(171,73,30); }
td.TdClassName
{
border-color: #AB491E;
}
.TagClassName
{
border-color: #AB491E;
}
</style>