Shades of Rich Gold #AA521D
Tints of Rich Gold #AA521D
RGB
CMYK
RGB Variations
Color information
#AA521D (or 0xAA521D) is known color: Rich Gold. HEX triplet: AA, 52 and 1D. RGB value is (170,82,29). Sum of RGB (Red+Green+Blue) = 170+82+29=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA521D is #55ADE2. Grayscale: #666666. Windows color (decimal): -5615075 or 1921706. OLE color: 1921706.
HSL color Cylindrical-coordinate representation of color #AA521D: hue angle of 22.55º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA521D is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 29 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.33 |
| HSL | 22.55º | 0.71% | 0.39% | - |
| HSV(B) | 22.55º | 0.83% | 0.67% | - |
| XYZ | 19.82 | 14.67 | 2.95 | - |
| YUV | 102.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 29 | 0 | 0.52 | 0.83 | 0.33 | 22.55 | 0.71 | 0.39 |
| Hex | AA | 52 | 1D | 0 | 34 | 53 | 21 | 17 | 47 | 27 |
| Octal | 252 | 122 | 35 | 0 | 64 | 123 | 41 | 27 | 107 | 47 |
| Binary | 10101010 | 1010010 | 11101 | 0 | 110100 | 1010011 | 100001 | 10111 | 1000111 | 100111 |
Color Harmonies of #AA521D
Complementary color
Monochromatic Colors of #AA521D
Black with #AA521D
Text Example
Text Example
White with #AA521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA521D; }
p { color: rgb(170,82,29); }
H1.HeaderClassName
{
color: #AA521D;
}
.AnyTagClassName
{
color: #AA521D;
}
</style>
background-color css
<style>
a { background-color: #AA521D; }
a { background-color: rgb(170,82,29); }
div.DivClassName
{
background-color: #AA521D;
}
.BgClassName
{
background-color: #AA521D;
}
</style>
border-color css
<style>
span { border-color: #AA521D; }
span { border-color: rgb(170,82,29); }
td.TdClassName
{
border-color: #AA521D;
}
.TagClassName
{
border-color: #AA521D;
}
</style>