Shades of Rich Gold #AA561A
Tints of Rich Gold #AA561A
RGB
CMYK
RGB Variations
Color information
#AA561A (or 0xAA561A) is known color: Rich Gold. HEX triplet: AA, 56 and 1A. RGB value is (170,86,26). Sum of RGB (Red+Green+Blue) = 170+86+26=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA561A is #55A9E5. Grayscale: #686868. Windows color (decimal): -5614054 or 1726122. OLE color: 1726122.
HSL color Cylindrical-coordinate representation of color #AA561A: hue angle of 25º 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 #AA561A is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 26 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.33 |
| HSL | 25º | 0.73% | 0.38% | - |
| HSV(B) | 25º | 0.85% | 0.67% | - |
| XYZ | 20.09 | 15.28 | 2.87 | - |
| YUV | 104.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 26 | 0 | 0.49 | 0.85 | 0.33 | 25 | 0.73 | 0.38 |
| Hex | AA | 56 | 1A | 0 | 31 | 55 | 21 | 19 | 49 | 26 |
| Octal | 252 | 126 | 32 | 0 | 61 | 125 | 41 | 31 | 111 | 46 |
| Binary | 10101010 | 1010110 | 11010 | 0 | 110001 | 1010101 | 100001 | 11001 | 1001001 | 100110 |
Color Harmonies of #AA561A
Complementary color
Monochromatic Colors of #AA561A
Black with #AA561A
Text Example
Text Example
White with #AA561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA561A; }
p { color: rgb(170,86,26); }
H1.HeaderClassName
{
color: #AA561A;
}
.AnyTagClassName
{
color: #AA561A;
}
</style>
background-color css
<style>
a { background-color: #AA561A; }
a { background-color: rgb(170,86,26); }
div.DivClassName
{
background-color: #AA561A;
}
.BgClassName
{
background-color: #AA561A;
}
</style>
border-color css
<style>
span { border-color: #AA561A; }
span { border-color: rgb(170,86,26); }
td.TdClassName
{
border-color: #AA561A;
}
.TagClassName
{
border-color: #AA561A;
}
</style>