Shades of Rich Gold #AA5A1F
Tints of Rich Gold #AA5A1F
RGB
CMYK
RGB Variations
Color information
#AA5A1F (or 0xAA5A1F) is known color: Rich Gold. HEX triplet: AA, 5A and 1F. RGB value is (170,90,31). Sum of RGB (Red+Green+Blue) = 170+90+31=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A1F is #55A5E0. Grayscale: #6B6B6B. Windows color (decimal): -5613025 or 2054826. OLE color: 2054826.
HSL color Cylindrical-coordinate representation of color #AA5A1F: hue angle of 25.47º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA5A1F is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 31 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.33 |
| HSL | 25.47º | 0.69% | 0.39% | - |
| HSV(B) | 25.47º | 0.82% | 0.67% | - |
| XYZ | 20.48 | 15.96 | 3.3 | - |
| YUV | 107.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 31 | 0 | 0.47 | 0.82 | 0.33 | 25.47 | 0.69 | 0.39 |
| Hex | AA | 5A | 1F | 0 | 2F | 52 | 21 | 19 | 45 | 27 |
| Octal | 252 | 132 | 37 | 0 | 57 | 122 | 41 | 31 | 105 | 47 |
| Binary | 10101010 | 1011010 | 11111 | 0 | 101111 | 1010010 | 100001 | 11001 | 1000101 | 100111 |
Color Harmonies of #AA5A1F
Complementary color
Monochromatic Colors of #AA5A1F
Black with #AA5A1F
Text Example
Text Example
White with #AA5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A1F; }
p { color: rgb(170,90,31); }
H1.HeaderClassName
{
color: #AA5A1F;
}
.AnyTagClassName
{
color: #AA5A1F;
}
</style>
background-color css
<style>
a { background-color: #AA5A1F; }
a { background-color: rgb(170,90,31); }
div.DivClassName
{
background-color: #AA5A1F;
}
.BgClassName
{
background-color: #AA5A1F;
}
</style>
border-color css
<style>
span { border-color: #AA5A1F; }
span { border-color: rgb(170,90,31); }
td.TdClassName
{
border-color: #AA5A1F;
}
.TagClassName
{
border-color: #AA5A1F;
}
</style>