Shades of Rich Gold #AA551A
Tints of Rich Gold #AA551A
RGB
CMYK
RGB Variations
Color information
#AA551A (or 0xAA551A) is known color: Rich Gold. HEX triplet: AA, 55 and 1A. RGB value is (170,85,26). Sum of RGB (Red+Green+Blue) = 170+85+26=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA551A is #55AAE5. Grayscale: #686868. Windows color (decimal): -5614310 or 1725866. OLE color: 1725866.
HSL color Cylindrical-coordinate representation of color #AA551A: hue angle of 24.58º 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 #AA551A is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 26 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.33 |
| HSL | 24.58º | 0.73% | 0.38% | - |
| HSV(B) | 24.58º | 0.85% | 0.67% | - |
| XYZ | 20.01 | 15.12 | 2.84 | - |
| YUV | 103.69 | 84.16 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 26 | 0 | 0.50 | 0.85 | 0.33 | 24.58 | 0.73 | 0.38 |
| Hex | AA | 55 | 1A | 0 | 32 | 55 | 21 | 19 | 49 | 26 |
| Octal | 252 | 125 | 32 | 0 | 62 | 125 | 41 | 31 | 111 | 46 |
| Binary | 10101010 | 1010101 | 11010 | 0 | 110010 | 1010101 | 100001 | 11001 | 1001001 | 100110 |
Color Harmonies of #AA551A
Complementary color
Monochromatic Colors of #AA551A
Black with #AA551A
Text Example
Text Example
White with #AA551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA551A; }
p { color: rgb(170,85,26); }
H1.HeaderClassName
{
color: #AA551A;
}
.AnyTagClassName
{
color: #AA551A;
}
</style>
background-color css
<style>
a { background-color: #AA551A; }
a { background-color: rgb(170,85,26); }
div.DivClassName
{
background-color: #AA551A;
}
.BgClassName
{
background-color: #AA551A;
}
</style>
border-color css
<style>
span { border-color: #AA551A; }
span { border-color: rgb(170,85,26); }
td.TdClassName
{
border-color: #AA551A;
}
.TagClassName
{
border-color: #AA551A;
}
</style>