Shades of Rich Gold #AA5314
Tints of Rich Gold #AA5314
RGB
CMYK
RGB Variations
Color information
#AA5314 (or 0xAA5314) is known color: Rich Gold. HEX triplet: AA, 53 and 14. RGB value is (170,83,20). Sum of RGB (Red+Green+Blue) = 170+83+20=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5314 is #55ACEB. Grayscale: #666666. Windows color (decimal): -5614828 or 1332138. OLE color: 1332138.
HSL color Cylindrical-coordinate representation of color #AA5314: hue angle of 25.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA5314 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 20 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.33 |
| HSL | 25.2º | 0.79% | 0.37% | - |
| HSV(B) | 25.2º | 0.88% | 0.67% | - |
| XYZ | 19.8 | 14.78 | 2.47 | - |
| YUV | 101.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 20 | 0 | 0.51 | 0.88 | 0.33 | 25.2 | 0.79 | 0.37 |
| Hex | AA | 53 | 14 | 0 | 33 | 58 | 21 | 19 | 4F | 25 |
| Octal | 252 | 123 | 24 | 0 | 63 | 130 | 41 | 31 | 117 | 45 |
| Binary | 10101010 | 1010011 | 10100 | 0 | 110011 | 1011000 | 100001 | 11001 | 1001111 | 100101 |
Color Harmonies of #AA5314
Complementary color
Monochromatic Colors of #AA5314
Black with #AA5314
Text Example
Text Example
White with #AA5314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5314; }
p { color: rgb(170,83,20); }
H1.HeaderClassName
{
color: #AA5314;
}
.AnyTagClassName
{
color: #AA5314;
}
</style>
background-color css
<style>
a { background-color: #AA5314; }
a { background-color: rgb(170,83,20); }
div.DivClassName
{
background-color: #AA5314;
}
.BgClassName
{
background-color: #AA5314;
}
</style>
border-color css
<style>
span { border-color: #AA5314; }
span { border-color: rgb(170,83,20); }
td.TdClassName
{
border-color: #AA5314;
}
.TagClassName
{
border-color: #AA5314;
}
</style>