Shades of Rich Gold #AB501F
Tints of Rich Gold #AB501F
RGB
CMYK
RGB Variations
Color information
#AB501F (or 0xAB501F) is known color: Rich Gold. HEX triplet: AB, 50 and 1F. RGB value is (171,80,31). Sum of RGB (Red+Green+Blue) = 171+80+31=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB501F is #54AFE0. Grayscale: #656565. Windows color (decimal): -5550049 or 2052267. OLE color: 2052267.
HSL color Cylindrical-coordinate representation of color #AB501F: hue angle of 21º 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 #AB501F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 31 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.33 |
| HSL | 21º | 0.69% | 0.4% | - |
| HSV(B) | 21º | 0.82% | 0.67% | - |
| XYZ | 19.91 | 14.49 | 3.04 | - |
| YUV | 101.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 31 | 0 | 0.53 | 0.82 | 0.33 | 21 | 0.69 | 0.4 |
| Hex | AB | 50 | 1F | 0 | 35 | 52 | 21 | 15 | 45 | 28 |
| Octal | 253 | 120 | 37 | 0 | 65 | 122 | 41 | 25 | 105 | 50 |
| Binary | 10101011 | 1010000 | 11111 | 0 | 110101 | 1010010 | 100001 | 10101 | 1000101 | 101000 |
Color Harmonies of #AB501F
Complementary color
Monochromatic Colors of #AB501F
Black with #AB501F
Text Example
Text Example
White with #AB501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB501F; }
p { color: rgb(171,80,31); }
H1.HeaderClassName
{
color: #AB501F;
}
.AnyTagClassName
{
color: #AB501F;
}
</style>
background-color css
<style>
a { background-color: #AB501F; }
a { background-color: rgb(171,80,31); }
div.DivClassName
{
background-color: #AB501F;
}
.BgClassName
{
background-color: #AB501F;
}
</style>
border-color css
<style>
span { border-color: #AB501F; }
span { border-color: rgb(171,80,31); }
td.TdClassName
{
border-color: #AB501F;
}
.TagClassName
{
border-color: #AB501F;
}
</style>