Shades of Rich Gold #AA5C1B
Tints of Rich Gold #AA5C1B
RGB
CMYK
RGB Variations
Color information
#AA5C1B (or 0xAA5C1B) is known color: Rich Gold. HEX triplet: AA, 5C and 1B. RGB value is (170,92,27). Sum of RGB (Red+Green+Blue) = 170+92+27=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C1B is #55A3E4. Grayscale: #6C6C6C. Windows color (decimal): -5612517 or 1793194. OLE color: 1793194.
HSL color Cylindrical-coordinate representation of color #AA5C1B: hue angle of 27.27º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA5C1B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 27 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.33 |
| HSL | 27.27º | 0.73% | 0.39% | - |
| HSV(B) | 27.27º | 0.84% | 0.67% | - |
| XYZ | 20.6 | 16.28 | 3.09 | - |
| YUV | 107.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 27 | 0 | 0.46 | 0.84 | 0.33 | 27.27 | 0.73 | 0.39 |
| Hex | AA | 5C | 1B | 0 | 2E | 54 | 21 | 1B | 49 | 27 |
| Octal | 252 | 134 | 33 | 0 | 56 | 124 | 41 | 33 | 111 | 47 |
| Binary | 10101010 | 1011100 | 11011 | 0 | 101110 | 1010100 | 100001 | 11011 | 1001001 | 100111 |
Color Harmonies of #AA5C1B
Complementary color
Monochromatic Colors of #AA5C1B
Black with #AA5C1B
Text Example
Text Example
White with #AA5C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C1B; }
p { color: rgb(170,92,27); }
H1.HeaderClassName
{
color: #AA5C1B;
}
.AnyTagClassName
{
color: #AA5C1B;
}
</style>
background-color css
<style>
a { background-color: #AA5C1B; }
a { background-color: rgb(170,92,27); }
div.DivClassName
{
background-color: #AA5C1B;
}
.BgClassName
{
background-color: #AA5C1B;
}
</style>
border-color css
<style>
span { border-color: #AA5C1B; }
span { border-color: rgb(170,92,27); }
td.TdClassName
{
border-color: #AA5C1B;
}
.TagClassName
{
border-color: #AA5C1B;
}
</style>