Shades of Rich Gold #AA551B
Tints of Rich Gold #AA551B
RGB
CMYK
RGB Variations
Color information
#AA551B (or 0xAA551B) is known color: Rich Gold. HEX triplet: AA, 55 and 1B. RGB value is (170,85,27). Sum of RGB (Red+Green+Blue) = 170+85+27=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA551B is #55AAE4. Grayscale: #686868. Windows color (decimal): -5614309 or 1791402. OLE color: 1791402.
HSL color Cylindrical-coordinate representation of color #AA551B: hue angle of 24.34º 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 #AA551B is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 27 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.33 |
| HSL | 24.34º | 0.73% | 0.39% | - |
| HSV(B) | 24.34º | 0.84% | 0.67% | - |
| XYZ | 20.02 | 15.12 | 2.9 | - |
| YUV | 103.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 27 | 0 | 0.50 | 0.84 | 0.33 | 24.34 | 0.73 | 0.39 |
| Hex | AA | 55 | 1B | 0 | 32 | 54 | 21 | 18 | 49 | 27 |
| Octal | 252 | 125 | 33 | 0 | 62 | 124 | 41 | 30 | 111 | 47 |
| Binary | 10101010 | 1010101 | 11011 | 0 | 110010 | 1010100 | 100001 | 11000 | 1001001 | 100111 |
Color Harmonies of #AA551B
Complementary color
Monochromatic Colors of #AA551B
Black with #AA551B
Text Example
Text Example
White with #AA551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA551B; }
p { color: rgb(170,85,27); }
H1.HeaderClassName
{
color: #AA551B;
}
.AnyTagClassName
{
color: #AA551B;
}
</style>
background-color css
<style>
a { background-color: #AA551B; }
a { background-color: rgb(170,85,27); }
div.DivClassName
{
background-color: #AA551B;
}
.BgClassName
{
background-color: #AA551B;
}
</style>
border-color css
<style>
span { border-color: #AA551B; }
span { border-color: rgb(170,85,27); }
td.TdClassName
{
border-color: #AA551B;
}
.TagClassName
{
border-color: #AA551B;
}
</style>