Shades of Rich Gold #AB541D
Tints of Rich Gold #AB541D
RGB
CMYK
RGB Variations
Color information
#AB541D (or 0xAB541D) is known color: Rich Gold. HEX triplet: AB, 54 and 1D. RGB value is (171,84,29). Sum of RGB (Red+Green+Blue) = 171+84+29=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB541D is #54ABE2. Grayscale: #686868. Windows color (decimal): -5549027 or 1922219. OLE color: 1922219.
HSL color Cylindrical-coordinate representation of color #AB541D: hue angle of 23.24º 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 #AB541D is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 29 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.33 |
| HSL | 23.24º | 0.71% | 0.39% | - |
| HSV(B) | 23.24º | 0.83% | 0.67% | - |
| XYZ | 20.19 | 15.09 | 3.01 | - |
| YUV | 103.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 29 | 0 | 0.51 | 0.83 | 0.33 | 23.24 | 0.71 | 0.39 |
| Hex | AB | 54 | 1D | 0 | 33 | 53 | 21 | 17 | 47 | 27 |
| Octal | 253 | 124 | 35 | 0 | 63 | 123 | 41 | 27 | 107 | 47 |
| Binary | 10101011 | 1010100 | 11101 | 0 | 110011 | 1010011 | 100001 | 10111 | 1000111 | 100111 |
Color Harmonies of #AB541D
Complementary color
Monochromatic Colors of #AB541D
Black with #AB541D
Text Example
Text Example
White with #AB541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB541D; }
p { color: rgb(171,84,29); }
H1.HeaderClassName
{
color: #AB541D;
}
.AnyTagClassName
{
color: #AB541D;
}
</style>
background-color css
<style>
a { background-color: #AB541D; }
a { background-color: rgb(171,84,29); }
div.DivClassName
{
background-color: #AB541D;
}
.BgClassName
{
background-color: #AB541D;
}
</style>
border-color css
<style>
span { border-color: #AB541D; }
span { border-color: rgb(171,84,29); }
td.TdClassName
{
border-color: #AB541D;
}
.TagClassName
{
border-color: #AB541D;
}
</style>