Shades of Rich Gold #AA5D25
Tints of Rich Gold #AA5D25
RGB
CMYK
RGB Variations
Color information
#AA5D25 (or 0xAA5D25) is known color: Rich Gold. HEX triplet: AA, 5D and 25. RGB value is (170,93,37). Sum of RGB (Red+Green+Blue) = 170+93+37=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D25 is #55A2DA. Grayscale: #6D6D6D. Windows color (decimal): -5612251 or 2448810. OLE color: 2448810.
HSL color Cylindrical-coordinate representation of color #AA5D25: hue angle of 25.26º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA5D25 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 37 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.33 |
| HSL | 25.26º | 0.64% | 0.41% | - |
| HSV(B) | 25.26º | 0.78% | 0.67% | - |
| XYZ | 20.83 | 16.51 | 3.84 | - |
| YUV | 109.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 37 | 0 | 0.45 | 0.78 | 0.33 | 25.26 | 0.64 | 0.41 |
| Hex | AA | 5D | 25 | 0 | 2D | 4E | 21 | 19 | 40 | 29 |
| Octal | 252 | 135 | 45 | 0 | 55 | 116 | 41 | 31 | 100 | 51 |
| Binary | 10101010 | 1011101 | 100101 | 0 | 101101 | 1001110 | 100001 | 11001 | 1000000 | 101001 |
Color Harmonies of #AA5D25
Complementary color
Monochromatic Colors of #AA5D25
Black with #AA5D25
Text Example
Text Example
White with #AA5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D25; }
p { color: rgb(170,93,37); }
H1.HeaderClassName
{
color: #AA5D25;
}
.AnyTagClassName
{
color: #AA5D25;
}
</style>
background-color css
<style>
a { background-color: #AA5D25; }
a { background-color: rgb(170,93,37); }
div.DivClassName
{
background-color: #AA5D25;
}
.BgClassName
{
background-color: #AA5D25;
}
</style>
border-color css
<style>
span { border-color: #AA5D25; }
span { border-color: rgb(170,93,37); }
td.TdClassName
{
border-color: #AA5D25;
}
.TagClassName
{
border-color: #AA5D25;
}
</style>