Shades of Rich Gold #AB491D
Tints of Rich Gold #AB491D
RGB
CMYK
RGB Variations
Color information
#AB491D (or 0xAB491D) is known color: Rich Gold. HEX triplet: AB, 49 and 1D. RGB value is (171,73,29). Sum of RGB (Red+Green+Blue) = 171+73+29=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB491D is #54B6E2. Grayscale: #616161. Windows color (decimal): -5551843 or 1919403. OLE color: 1919403.
HSL color Cylindrical-coordinate representation of color #AB491D: hue angle of 18.59º 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 #AB491D is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 29 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.33 |
| HSL | 18.59º | 0.71% | 0.39% | - |
| HSV(B) | 18.59º | 0.83% | 0.67% | - |
| XYZ | 19.4 | 13.51 | 2.75 | - |
| YUV | 97.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 29 | 0 | 0.57 | 0.83 | 0.33 | 18.59 | 0.71 | 0.39 |
| Hex | AB | 49 | 1D | 0 | 39 | 53 | 21 | 13 | 47 | 27 |
| Octal | 253 | 111 | 35 | 0 | 71 | 123 | 41 | 23 | 107 | 47 |
| Binary | 10101011 | 1001001 | 11101 | 0 | 111001 | 1010011 | 100001 | 10011 | 1000111 | 100111 |
Color Harmonies of #AB491D
Complementary color
Monochromatic Colors of #AB491D
Black with #AB491D
Text Example
Text Example
White with #AB491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB491D; }
p { color: rgb(171,73,29); }
H1.HeaderClassName
{
color: #AB491D;
}
.AnyTagClassName
{
color: #AB491D;
}
</style>
background-color css
<style>
a { background-color: #AB491D; }
a { background-color: rgb(171,73,29); }
div.DivClassName
{
background-color: #AB491D;
}
.BgClassName
{
background-color: #AB491D;
}
</style>
border-color css
<style>
span { border-color: #AB491D; }
span { border-color: rgb(171,73,29); }
td.TdClassName
{
border-color: #AB491D;
}
.TagClassName
{
border-color: #AB491D;
}
</style>