Shades of Rich Gold #AA5C1F
Tints of Rich Gold #AA5C1F
RGB
CMYK
RGB Variations
Color information
#AA5C1F (or 0xAA5C1F) is known color: Rich Gold. HEX triplet: AA, 5C and 1F. RGB value is (170,92,31). Sum of RGB (Red+Green+Blue) = 170+92+31=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C1F is #55A3E0. Grayscale: #6C6C6C. Windows color (decimal): -5612513 or 2055338. OLE color: 2055338.
HSL color Cylindrical-coordinate representation of color #AA5C1F: hue angle of 26.33º 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 #AA5C1F is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 31 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.33 |
| HSL | 26.33º | 0.69% | 0.39% | - |
| HSV(B) | 26.33º | 0.82% | 0.67% | - |
| XYZ | 20.65 | 16.3 | 3.35 | - |
| YUV | 108.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 31 | 0 | 0.46 | 0.82 | 0.33 | 26.33 | 0.69 | 0.39 |
| Hex | AA | 5C | 1F | 0 | 2E | 52 | 21 | 1A | 45 | 27 |
| Octal | 252 | 134 | 37 | 0 | 56 | 122 | 41 | 32 | 105 | 47 |
| Binary | 10101010 | 1011100 | 11111 | 0 | 101110 | 1010010 | 100001 | 11010 | 1000101 | 100111 |
Color Harmonies of #AA5C1F
Complementary color
Monochromatic Colors of #AA5C1F
Black with #AA5C1F
Text Example
Text Example
White with #AA5C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C1F; }
p { color: rgb(170,92,31); }
H1.HeaderClassName
{
color: #AA5C1F;
}
.AnyTagClassName
{
color: #AA5C1F;
}
</style>
background-color css
<style>
a { background-color: #AA5C1F; }
a { background-color: rgb(170,92,31); }
div.DivClassName
{
background-color: #AA5C1F;
}
.BgClassName
{
background-color: #AA5C1F;
}
</style>
border-color css
<style>
span { border-color: #AA5C1F; }
span { border-color: rgb(170,92,31); }
td.TdClassName
{
border-color: #AA5C1F;
}
.TagClassName
{
border-color: #AA5C1F;
}
</style>