Shades of Rich Gold #AA4F1E
Tints of Rich Gold #AA4F1E
RGB
CMYK
RGB Variations
Color information
#AA4F1E (or 0xAA4F1E) is known color: Rich Gold. HEX triplet: AA, 4F and 1E. RGB value is (170,79,30). Sum of RGB (Red+Green+Blue) = 170+79+30=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F1E is #55B0E1. Grayscale: #646464. Windows color (decimal): -5615842 or 1986474. OLE color: 1986474.
HSL color Cylindrical-coordinate representation of color #AA4F1E: hue angle of 21º degrees, saturation: 0.7, 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 #AA4F1E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 30 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.33 |
| HSL | 21º | 0.7% | 0.39% | - |
| HSV(B) | 21º | 0.82% | 0.67% | - |
| XYZ | 19.61 | 14.23 | 2.94 | - |
| YUV | 100.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 30 | 0 | 0.54 | 0.82 | 0.33 | 21 | 0.7 | 0.39 |
| Hex | AA | 4F | 1E | 0 | 36 | 52 | 21 | 15 | 46 | 27 |
| Octal | 252 | 117 | 36 | 0 | 66 | 122 | 41 | 25 | 106 | 47 |
| Binary | 10101010 | 1001111 | 11110 | 0 | 110110 | 1010010 | 100001 | 10101 | 1000110 | 100111 |
Color Harmonies of #AA4F1E
Complementary color
Monochromatic Colors of #AA4F1E
Black with #AA4F1E
Text Example
Text Example
White with #AA4F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F1E; }
p { color: rgb(170,79,30); }
H1.HeaderClassName
{
color: #AA4F1E;
}
.AnyTagClassName
{
color: #AA4F1E;
}
</style>
background-color css
<style>
a { background-color: #AA4F1E; }
a { background-color: rgb(170,79,30); }
div.DivClassName
{
background-color: #AA4F1E;
}
.BgClassName
{
background-color: #AA4F1E;
}
</style>
border-color css
<style>
span { border-color: #AA4F1E; }
span { border-color: rgb(170,79,30); }
td.TdClassName
{
border-color: #AA4F1E;
}
.TagClassName
{
border-color: #AA4F1E;
}
</style>