Shades of Rich Gold #AA5A23
Tints of Rich Gold #AA5A23
RGB
CMYK
RGB Variations
Color information
#AA5A23 (or 0xAA5A23) is known color: Rich Gold. HEX triplet: AA, 5A and 23. RGB value is (170,90,35). Sum of RGB (Red+Green+Blue) = 170+90+35=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A23 is #55A5DC. Grayscale: #6B6B6B. Windows color (decimal): -5613021 or 2316970. OLE color: 2316970.
HSL color Cylindrical-coordinate representation of color #AA5A23: hue angle of 24.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA5A23 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 35 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.33 |
| HSL | 24.44º | 0.66% | 0.4% | - |
| HSV(B) | 24.44º | 0.79% | 0.67% | - |
| XYZ | 20.54 | 15.98 | 3.59 | - |
| YUV | 107.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 35 | 0 | 0.47 | 0.79 | 0.33 | 24.44 | 0.66 | 0.4 |
| Hex | AA | 5A | 23 | 0 | 2F | 4F | 21 | 18 | 42 | 28 |
| Octal | 252 | 132 | 43 | 0 | 57 | 117 | 41 | 30 | 102 | 50 |
| Binary | 10101010 | 1011010 | 100011 | 0 | 101111 | 1001111 | 100001 | 11000 | 1000010 | 101000 |
Color Harmonies of #AA5A23
Complementary color
Monochromatic Colors of #AA5A23
Black with #AA5A23
Text Example
Text Example
White with #AA5A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A23; }
p { color: rgb(170,90,35); }
H1.HeaderClassName
{
color: #AA5A23;
}
.AnyTagClassName
{
color: #AA5A23;
}
</style>
background-color css
<style>
a { background-color: #AA5A23; }
a { background-color: rgb(170,90,35); }
div.DivClassName
{
background-color: #AA5A23;
}
.BgClassName
{
background-color: #AA5A23;
}
</style>
border-color css
<style>
span { border-color: #AA5A23; }
span { border-color: rgb(170,90,35); }
td.TdClassName
{
border-color: #AA5A23;
}
.TagClassName
{
border-color: #AA5A23;
}
</style>