Shades of Rich Gold #A9541E
Tints of Rich Gold #A9541E
RGB
CMYK
RGB Variations
Color information
#A9541E (or 0xA9541E) is known color: Rich Gold. HEX triplet: A9, 54 and 1E. RGB value is (169,84,30). Sum of RGB (Red+Green+Blue) = 169+84+30=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A9541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9541E is #56ABE1. Grayscale: #676767. Windows color (decimal): -5680098 or 1987753. OLE color: 1987753.
HSL color Cylindrical-coordinate representation of color #A9541E: hue angle of 23.31º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9541E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 30 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.34 |
| HSL | 23.31º | 0.7% | 0.39% | - |
| HSV(B) | 23.31º | 0.82% | 0.66% | - |
| XYZ | 19.77 | 14.87 | 3.06 | - |
| YUV | 103.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 30 | 0 | 0.50 | 0.82 | 0.34 | 23.31 | 0.7 | 0.39 |
| Hex | A9 | 54 | 1E | 0 | 32 | 52 | 22 | 17 | 46 | 27 |
| Octal | 251 | 124 | 36 | 0 | 62 | 122 | 42 | 27 | 106 | 47 |
| Binary | 10101001 | 1010100 | 11110 | 0 | 110010 | 1010010 | 100010 | 10111 | 1000110 | 100111 |
Color Harmonies of #A9541E
Complementary color
Monochromatic Colors of #A9541E
Black with #A9541E
Text Example
Text Example
White with #A9541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9541E; }
p { color: rgb(169,84,30); }
H1.HeaderClassName
{
color: #A9541E;
}
.AnyTagClassName
{
color: #A9541E;
}
</style>
background-color css
<style>
a { background-color: #A9541E; }
a { background-color: rgb(169,84,30); }
div.DivClassName
{
background-color: #A9541E;
}
.BgClassName
{
background-color: #A9541E;
}
</style>
border-color css
<style>
span { border-color: #A9541E; }
span { border-color: rgb(169,84,30); }
td.TdClassName
{
border-color: #A9541E;
}
.TagClassName
{
border-color: #A9541E;
}
</style>