Shades of Rich Gold #AA5318
Tints of Rich Gold #AA5318
RGB
CMYK
RGB Variations
Color information
#AA5318 (or 0xAA5318) is known color: Rich Gold. HEX triplet: AA, 53 and 18. RGB value is (170,83,24). Sum of RGB (Red+Green+Blue) = 170+83+24=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5318 is #55ACE7. Grayscale: #666666. Windows color (decimal): -5614824 or 1594282. OLE color: 1594282.
HSL color Cylindrical-coordinate representation of color #AA5318: hue angle of 24.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA5318 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 24 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.33 |
| HSL | 24.25º | 0.75% | 0.38% | - |
| HSV(B) | 24.25º | 0.86% | 0.67% | - |
| XYZ | 19.84 | 14.8 | 2.68 | - |
| YUV | 102.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 24 | 0 | 0.51 | 0.86 | 0.33 | 24.25 | 0.75 | 0.38 |
| Hex | AA | 53 | 18 | 0 | 33 | 56 | 21 | 18 | 4B | 26 |
| Octal | 252 | 123 | 30 | 0 | 63 | 126 | 41 | 30 | 113 | 46 |
| Binary | 10101010 | 1010011 | 11000 | 0 | 110011 | 1010110 | 100001 | 11000 | 1001011 | 100110 |
Color Harmonies of #AA5318
Complementary color
Monochromatic Colors of #AA5318
Black with #AA5318
Text Example
Text Example
White with #AA5318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5318; }
p { color: rgb(170,83,24); }
H1.HeaderClassName
{
color: #AA5318;
}
.AnyTagClassName
{
color: #AA5318;
}
</style>
background-color css
<style>
a { background-color: #AA5318; }
a { background-color: rgb(170,83,24); }
div.DivClassName
{
background-color: #AA5318;
}
.BgClassName
{
background-color: #AA5318;
}
</style>
border-color css
<style>
span { border-color: #AA5318; }
span { border-color: rgb(170,83,24); }
td.TdClassName
{
border-color: #AA5318;
}
.TagClassName
{
border-color: #AA5318;
}
</style>