Shades of Rich Gold #AA521A
Tints of Rich Gold #AA521A
RGB
CMYK
RGB Variations
Color information
#AA521A (or 0xAA521A) is known color: Rich Gold. HEX triplet: AA, 52 and 1A. RGB value is (170,82,26). Sum of RGB (Red+Green+Blue) = 170+82+26=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA521A is #55ADE5. Grayscale: #666666. Windows color (decimal): -5615078 or 1725098. OLE color: 1725098.
HSL color Cylindrical-coordinate representation of color #AA521A: hue angle of 23.33º 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 #AA521A is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 26 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.33 |
| HSL | 23.33º | 0.73% | 0.38% | - |
| HSV(B) | 23.33º | 0.85% | 0.67% | - |
| XYZ | 19.78 | 14.66 | 2.76 | - |
| YUV | 101.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 26 | 0 | 0.52 | 0.85 | 0.33 | 23.33 | 0.73 | 0.38 |
| Hex | AA | 52 | 1A | 0 | 34 | 55 | 21 | 17 | 49 | 26 |
| Octal | 252 | 122 | 32 | 0 | 64 | 125 | 41 | 27 | 111 | 46 |
| Binary | 10101010 | 1010010 | 11010 | 0 | 110100 | 1010101 | 100001 | 10111 | 1001001 | 100110 |
Color Harmonies of #AA521A
Complementary color
Monochromatic Colors of #AA521A
Black with #AA521A
Text Example
Text Example
White with #AA521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA521A; }
p { color: rgb(170,82,26); }
H1.HeaderClassName
{
color: #AA521A;
}
.AnyTagClassName
{
color: #AA521A;
}
</style>
background-color css
<style>
a { background-color: #AA521A; }
a { background-color: rgb(170,82,26); }
div.DivClassName
{
background-color: #AA521A;
}
.BgClassName
{
background-color: #AA521A;
}
</style>
border-color css
<style>
span { border-color: #AA521A; }
span { border-color: rgb(170,82,26); }
td.TdClassName
{
border-color: #AA521A;
}
.TagClassName
{
border-color: #AA521A;
}
</style>