Shades of Rich Gold #AA521E
Tints of Rich Gold #AA521E
RGB
CMYK
RGB Variations
Color information
#AA521E (or 0xAA521E) is known color: Rich Gold. HEX triplet: AA, 52 and 1E. RGB value is (170,82,30). Sum of RGB (Red+Green+Blue) = 170+82+30=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA521E is #55ADE1. Grayscale: #666666. Windows color (decimal): -5615074 or 1987242. OLE color: 1987242.
HSL color Cylindrical-coordinate representation of color #AA521E: hue angle of 22.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA521E is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 30 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.33 |
| HSL | 22.29º | 0.7% | 0.39% | - |
| HSV(B) | 22.29º | 0.82% | 0.67% | - |
| XYZ | 19.83 | 14.67 | 3.02 | - |
| YUV | 102.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 30 | 0 | 0.52 | 0.82 | 0.33 | 22.29 | 0.7 | 0.39 |
| Hex | AA | 52 | 1E | 0 | 34 | 52 | 21 | 16 | 46 | 27 |
| Octal | 252 | 122 | 36 | 0 | 64 | 122 | 41 | 26 | 106 | 47 |
| Binary | 10101010 | 1010010 | 11110 | 0 | 110100 | 1010010 | 100001 | 10110 | 1000110 | 100111 |
Color Harmonies of #AA521E
Complementary color
Monochromatic Colors of #AA521E
Black with #AA521E
Text Example
Text Example
White with #AA521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA521E; }
p { color: rgb(170,82,30); }
H1.HeaderClassName
{
color: #AA521E;
}
.AnyTagClassName
{
color: #AA521E;
}
</style>
background-color css
<style>
a { background-color: #AA521E; }
a { background-color: rgb(170,82,30); }
div.DivClassName
{
background-color: #AA521E;
}
.BgClassName
{
background-color: #AA521E;
}
</style>
border-color css
<style>
span { border-color: #AA521E; }
span { border-color: rgb(170,82,30); }
td.TdClassName
{
border-color: #AA521E;
}
.TagClassName
{
border-color: #AA521E;
}
</style>