Shades of Rich Gold #AA471B
Tints of Rich Gold #AA471B
RGB
CMYK
RGB Variations
Color information
#AA471B (or 0xAA471B) is known color: Rich Gold. HEX triplet: AA, 47 and 1B. RGB value is (170,71,27). Sum of RGB (Red+Green+Blue) = 170+71+27=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA471B is #55B8E4. Grayscale: #5F5F5F. Windows color (decimal): -5617893 or 1787818. OLE color: 1787818.
HSL color Cylindrical-coordinate representation of color #AA471B: hue angle of 18.46º 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 #AA471B is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 27 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.33 |
| HSL | 18.46º | 0.73% | 0.39% | - |
| HSV(B) | 18.46º | 0.84% | 0.67% | - |
| XYZ | 19.03 | 13.13 | 2.57 | - |
| YUV | 95.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 27 | 0 | 0.58 | 0.84 | 0.33 | 18.46 | 0.73 | 0.39 |
| Hex | AA | 47 | 1B | 0 | 3A | 54 | 21 | 12 | 49 | 27 |
| Octal | 252 | 107 | 33 | 0 | 72 | 124 | 41 | 22 | 111 | 47 |
| Binary | 10101010 | 1000111 | 11011 | 0 | 111010 | 1010100 | 100001 | 10010 | 1001001 | 100111 |
Color Harmonies of #AA471B
Complementary color
Monochromatic Colors of #AA471B
Black with #AA471B
Text Example
Text Example
White with #AA471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA471B; }
p { color: rgb(170,71,27); }
H1.HeaderClassName
{
color: #AA471B;
}
.AnyTagClassName
{
color: #AA471B;
}
</style>
background-color css
<style>
a { background-color: #AA471B; }
a { background-color: rgb(170,71,27); }
div.DivClassName
{
background-color: #AA471B;
}
.BgClassName
{
background-color: #AA471B;
}
</style>
border-color css
<style>
span { border-color: #AA471B; }
span { border-color: rgb(170,71,27); }
td.TdClassName
{
border-color: #AA471B;
}
.TagClassName
{
border-color: #AA471B;
}
</style>