Shades of Rich Gold #AA531B
Tints of Rich Gold #AA531B
RGB
CMYK
RGB Variations
Color information
#AA531B (or 0xAA531B) is known color: Rich Gold. HEX triplet: AA, 53 and 1B. RGB value is (170,83,27). Sum of RGB (Red+Green+Blue) = 170+83+27=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA531B is #55ACE4. Grayscale: #666666. Windows color (decimal): -5614821 or 1790890. OLE color: 1790890.
HSL color Cylindrical-coordinate representation of color #AA531B: hue angle of 23.5º degrees, saturation: 0.73, 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 #AA531B is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 27 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.33 |
| HSL | 23.5º | 0.73% | 0.39% | - |
| HSV(B) | 23.5º | 0.84% | 0.67% | - |
| XYZ | 19.87 | 14.81 | 2.85 | - |
| YUV | 102.63 | 85.32 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 27 | 0 | 0.51 | 0.84 | 0.33 | 23.5 | 0.73 | 0.39 |
| Hex | AA | 53 | 1B | 0 | 33 | 54 | 21 | 17 | 49 | 27 |
| Octal | 252 | 123 | 33 | 0 | 63 | 124 | 41 | 27 | 111 | 47 |
| Binary | 10101010 | 1010011 | 11011 | 0 | 110011 | 1010100 | 100001 | 10111 | 1001001 | 100111 |
Color Harmonies of #AA531B
Complementary color
Monochromatic Colors of #AA531B
Black with #AA531B
Text Example
Text Example
White with #AA531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA531B; }
p { color: rgb(170,83,27); }
H1.HeaderClassName
{
color: #AA531B;
}
.AnyTagClassName
{
color: #AA531B;
}
</style>
background-color css
<style>
a { background-color: #AA531B; }
a { background-color: rgb(170,83,27); }
div.DivClassName
{
background-color: #AA531B;
}
.BgClassName
{
background-color: #AA531B;
}
</style>
border-color css
<style>
span { border-color: #AA531B; }
span { border-color: rgb(170,83,27); }
td.TdClassName
{
border-color: #AA531B;
}
.TagClassName
{
border-color: #AA531B;
}
</style>