Shades of Rich Gold #AA5A1B
Tints of Rich Gold #AA5A1B
RGB
CMYK
RGB Variations
Color information
#AA5A1B (or 0xAA5A1B) is known color: Rich Gold. HEX triplet: AA, 5A and 1B. RGB value is (170,90,27). Sum of RGB (Red+Green+Blue) = 170+90+27=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A1B is #55A5E4. Grayscale: #6B6B6B. Windows color (decimal): -5613029 or 1792682. OLE color: 1792682.
HSL color Cylindrical-coordinate representation of color #AA5A1B: hue angle of 26.43º 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 #AA5A1B is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 27 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.33 |
| HSL | 26.43º | 0.73% | 0.39% | - |
| HSV(B) | 26.43º | 0.84% | 0.67% | - |
| XYZ | 20.43 | 15.94 | 3.04 | - |
| YUV | 106.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 27 | 0 | 0.47 | 0.84 | 0.33 | 26.43 | 0.73 | 0.39 |
| Hex | AA | 5A | 1B | 0 | 2F | 54 | 21 | 1A | 49 | 27 |
| Octal | 252 | 132 | 33 | 0 | 57 | 124 | 41 | 32 | 111 | 47 |
| Binary | 10101010 | 1011010 | 11011 | 0 | 101111 | 1010100 | 100001 | 11010 | 1001001 | 100111 |
Color Harmonies of #AA5A1B
Complementary color
Monochromatic Colors of #AA5A1B
Black with #AA5A1B
Text Example
Text Example
White with #AA5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A1B; }
p { color: rgb(170,90,27); }
H1.HeaderClassName
{
color: #AA5A1B;
}
.AnyTagClassName
{
color: #AA5A1B;
}
</style>
background-color css
<style>
a { background-color: #AA5A1B; }
a { background-color: rgb(170,90,27); }
div.DivClassName
{
background-color: #AA5A1B;
}
.BgClassName
{
background-color: #AA5A1B;
}
</style>
border-color css
<style>
span { border-color: #AA5A1B; }
span { border-color: rgb(170,90,27); }
td.TdClassName
{
border-color: #AA5A1B;
}
.TagClassName
{
border-color: #AA5A1B;
}
</style>