Shades of Rich Gold #AB5B1C
Tints of Rich Gold #AB5B1C
RGB
CMYK
RGB Variations
Color information
#AB5B1C (or 0xAB5B1C) is known color: Rich Gold. HEX triplet: AB, 5B and 1C. RGB value is (171,91,28). Sum of RGB (Red+Green+Blue) = 171+91+28=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B1C is #54A4E3. Grayscale: #6C6C6C. Windows color (decimal): -5547236 or 1858475. OLE color: 1858475.
HSL color Cylindrical-coordinate representation of color #AB5B1C: hue angle of 26.43º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB5B1C is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 28 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.33 |
| HSL | 26.43º | 0.72% | 0.39% | - |
| HSV(B) | 26.43º | 0.84% | 0.67% | - |
| XYZ | 20.75 | 16.22 | 3.14 | - |
| YUV | 107.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 28 | 0 | 0.47 | 0.84 | 0.33 | 26.43 | 0.72 | 0.39 |
| Hex | AB | 5B | 1C | 0 | 2F | 54 | 21 | 1A | 48 | 27 |
| Octal | 253 | 133 | 34 | 0 | 57 | 124 | 41 | 32 | 110 | 47 |
| Binary | 10101011 | 1011011 | 11100 | 0 | 101111 | 1010100 | 100001 | 11010 | 1001000 | 100111 |
Color Harmonies of #AB5B1C
Complementary color
Monochromatic Colors of #AB5B1C
Black with #AB5B1C
Text Example
Text Example
White with #AB5B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B1C; }
p { color: rgb(171,91,28); }
H1.HeaderClassName
{
color: #AB5B1C;
}
.AnyTagClassName
{
color: #AB5B1C;
}
</style>
background-color css
<style>
a { background-color: #AB5B1C; }
a { background-color: rgb(171,91,28); }
div.DivClassName
{
background-color: #AB5B1C;
}
.BgClassName
{
background-color: #AB5B1C;
}
</style>
border-color css
<style>
span { border-color: #AB5B1C; }
span { border-color: rgb(171,91,28); }
td.TdClassName
{
border-color: #AB5B1C;
}
.TagClassName
{
border-color: #AB5B1C;
}
</style>