Shades of Rich Gold #AA541A
Tints of Rich Gold #AA541A
RGB
CMYK
RGB Variations
Color information
#AA541A (or 0xAA541A) is known color: Rich Gold. HEX triplet: AA, 54 and 1A. RGB value is (170,84,26). Sum of RGB (Red+Green+Blue) = 170+84+26=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA541A is #55ABE5. Grayscale: #676767. Windows color (decimal): -5614566 or 1725610. OLE color: 1725610.
HSL color Cylindrical-coordinate representation of color #AA541A: hue angle of 24.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA541A is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 26 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.33 |
| HSL | 24.17º | 0.73% | 0.38% | - |
| HSV(B) | 24.17º | 0.85% | 0.67% | - |
| XYZ | 19.93 | 14.96 | 2.81 | - |
| YUV | 103.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 26 | 0 | 0.51 | 0.85 | 0.33 | 24.17 | 0.73 | 0.38 |
| Hex | AA | 54 | 1A | 0 | 33 | 55 | 21 | 18 | 49 | 26 |
| Octal | 252 | 124 | 32 | 0 | 63 | 125 | 41 | 30 | 111 | 46 |
| Binary | 10101010 | 1010100 | 11010 | 0 | 110011 | 1010101 | 100001 | 11000 | 1001001 | 100110 |
Color Harmonies of #AA541A
Complementary color
Monochromatic Colors of #AA541A
Black with #AA541A
Text Example
Text Example
White with #AA541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA541A; }
p { color: rgb(170,84,26); }
H1.HeaderClassName
{
color: #AA541A;
}
.AnyTagClassName
{
color: #AA541A;
}
</style>
background-color css
<style>
a { background-color: #AA541A; }
a { background-color: rgb(170,84,26); }
div.DivClassName
{
background-color: #AA541A;
}
.BgClassName
{
background-color: #AA541A;
}
</style>
border-color css
<style>
span { border-color: #AA541A; }
span { border-color: rgb(170,84,26); }
td.TdClassName
{
border-color: #AA541A;
}
.TagClassName
{
border-color: #AA541A;
}
</style>