Shades of Rich Gold #AA4F1A
Tints of Rich Gold #AA4F1A
RGB
CMYK
RGB Variations
Color information
#AA4F1A (or 0xAA4F1A) is known color: Rich Gold. HEX triplet: AA, 4F and 1A. RGB value is (170,79,26). Sum of RGB (Red+Green+Blue) = 170+79+26=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F1A is #55B0E5. Grayscale: #646464. Windows color (decimal): -5615846 or 1724330. OLE color: 1724330.
HSL color Cylindrical-coordinate representation of color #AA4F1A: hue angle of 22.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA4F1A is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 26 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.33 |
| HSL | 22.08º | 0.73% | 0.38% | - |
| HSV(B) | 22.08º | 0.85% | 0.67% | - |
| XYZ | 19.56 | 14.21 | 2.69 | - |
| YUV | 100.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 26 | 0 | 0.54 | 0.85 | 0.33 | 22.08 | 0.73 | 0.38 |
| Hex | AA | 4F | 1A | 0 | 36 | 55 | 21 | 16 | 49 | 26 |
| Octal | 252 | 117 | 32 | 0 | 66 | 125 | 41 | 26 | 111 | 46 |
| Binary | 10101010 | 1001111 | 11010 | 0 | 110110 | 1010101 | 100001 | 10110 | 1001001 | 100110 |
Color Harmonies of #AA4F1A
Complementary color
Monochromatic Colors of #AA4F1A
Black with #AA4F1A
Text Example
Text Example
White with #AA4F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F1A; }
p { color: rgb(170,79,26); }
H1.HeaderClassName
{
color: #AA4F1A;
}
.AnyTagClassName
{
color: #AA4F1A;
}
</style>
background-color css
<style>
a { background-color: #AA4F1A; }
a { background-color: rgb(170,79,26); }
div.DivClassName
{
background-color: #AA4F1A;
}
.BgClassName
{
background-color: #AA4F1A;
}
</style>
border-color css
<style>
span { border-color: #AA4F1A; }
span { border-color: rgb(170,79,26); }
td.TdClassName
{
border-color: #AA4F1A;
}
.TagClassName
{
border-color: #AA4F1A;
}
</style>