Shades of Rich Gold #AB491F
Tints of Rich Gold #AB491F
RGB
CMYK
RGB Variations
Color information
#AB491F (or 0xAB491F) is known color: Rich Gold. HEX triplet: AB, 49 and 1F. RGB value is (171,73,31). Sum of RGB (Red+Green+Blue) = 171+73+31=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB491F is #54B6E0. Grayscale: #616161. Windows color (decimal): -5551841 or 2050475. OLE color: 2050475.
HSL color Cylindrical-coordinate representation of color #AB491F: hue angle of 18º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB491F is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 31 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.33 |
| HSL | 18º | 0.69% | 0.4% | - |
| HSV(B) | 18º | 0.82% | 0.67% | - |
| XYZ | 19.42 | 13.52 | 2.88 | - |
| YUV | 97.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 31 | 0 | 0.57 | 0.82 | 0.33 | 18 | 0.69 | 0.4 |
| Hex | AB | 49 | 1F | 0 | 39 | 52 | 21 | 12 | 45 | 28 |
| Octal | 253 | 111 | 37 | 0 | 71 | 122 | 41 | 22 | 105 | 50 |
| Binary | 10101011 | 1001001 | 11111 | 0 | 111001 | 1010010 | 100001 | 10010 | 1000101 | 101000 |
Color Harmonies of #AB491F
Complementary color
Monochromatic Colors of #AB491F
Black with #AB491F
Text Example
Text Example
White with #AB491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB491F; }
p { color: rgb(171,73,31); }
H1.HeaderClassName
{
color: #AB491F;
}
.AnyTagClassName
{
color: #AB491F;
}
</style>
background-color css
<style>
a { background-color: #AB491F; }
a { background-color: rgb(171,73,31); }
div.DivClassName
{
background-color: #AB491F;
}
.BgClassName
{
background-color: #AB491F;
}
</style>
border-color css
<style>
span { border-color: #AB491F; }
span { border-color: rgb(171,73,31); }
td.TdClassName
{
border-color: #AB491F;
}
.TagClassName
{
border-color: #AB491F;
}
</style>