Shades of Rich Gold #AA531C
Tints of Rich Gold #AA531C
RGB
CMYK
RGB Variations
Color information
#AA531C (or 0xAA531C) is known color: Rich Gold. HEX triplet: AA, 53 and 1C. RGB value is (170,83,28). Sum of RGB (Red+Green+Blue) = 170+83+28=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA531C is #55ACE3. Grayscale: #676767. Windows color (decimal): -5614820 or 1856426. OLE color: 1856426.
HSL color Cylindrical-coordinate representation of color #AA531C: hue angle of 23.24º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA531C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 28 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.33 |
| HSL | 23.24º | 0.72% | 0.39% | - |
| HSV(B) | 23.24º | 0.84% | 0.67% | - |
| XYZ | 19.88 | 14.82 | 2.91 | - |
| YUV | 102.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 28 | 0 | 0.51 | 0.84 | 0.33 | 23.24 | 0.72 | 0.39 |
| Hex | AA | 53 | 1C | 0 | 33 | 54 | 21 | 17 | 48 | 27 |
| Octal | 252 | 123 | 34 | 0 | 63 | 124 | 41 | 27 | 110 | 47 |
| Binary | 10101010 | 1010011 | 11100 | 0 | 110011 | 1010100 | 100001 | 10111 | 1001000 | 100111 |
Color Harmonies of #AA531C
Complementary color
Monochromatic Colors of #AA531C
Black with #AA531C
Text Example
Text Example
White with #AA531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA531C; }
p { color: rgb(170,83,28); }
H1.HeaderClassName
{
color: #AA531C;
}
.AnyTagClassName
{
color: #AA531C;
}
</style>
background-color css
<style>
a { background-color: #AA531C; }
a { background-color: rgb(170,83,28); }
div.DivClassName
{
background-color: #AA531C;
}
.BgClassName
{
background-color: #AA531C;
}
</style>
border-color css
<style>
span { border-color: #AA531C; }
span { border-color: rgb(170,83,28); }
td.TdClassName
{
border-color: #AA531C;
}
.TagClassName
{
border-color: #AA531C;
}
</style>