Shades of Rich Gold #AA4A1F
Tints of Rich Gold #AA4A1F
RGB
CMYK
RGB Variations
Color information
#AA4A1F (or 0xAA4A1F) is known color: Rich Gold. HEX triplet: AA, 4A and 1F. RGB value is (170,74,31). Sum of RGB (Red+Green+Blue) = 170+74+31=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A1F is #55B5E0. Grayscale: #626262. Windows color (decimal): -5617121 or 2050730. OLE color: 2050730.
HSL color Cylindrical-coordinate representation of color #AA4A1F: hue angle of 18.56º 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 #AA4A1F is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 31 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.33 |
| HSL | 18.56º | 0.69% | 0.39% | - |
| HSV(B) | 18.56º | 0.82% | 0.67% | - |
| XYZ | 19.27 | 13.54 | 2.89 | - |
| YUV | 97.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 31 | 0 | 0.56 | 0.82 | 0.33 | 18.56 | 0.69 | 0.39 |
| Hex | AA | 4A | 1F | 0 | 38 | 52 | 21 | 13 | 45 | 27 |
| Octal | 252 | 112 | 37 | 0 | 70 | 122 | 41 | 23 | 105 | 47 |
| Binary | 10101010 | 1001010 | 11111 | 0 | 111000 | 1010010 | 100001 | 10011 | 1000101 | 100111 |
Color Harmonies of #AA4A1F
Complementary color
Monochromatic Colors of #AA4A1F
Black with #AA4A1F
Text Example
Text Example
White with #AA4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A1F; }
p { color: rgb(170,74,31); }
H1.HeaderClassName
{
color: #AA4A1F;
}
.AnyTagClassName
{
color: #AA4A1F;
}
</style>
background-color css
<style>
a { background-color: #AA4A1F; }
a { background-color: rgb(170,74,31); }
div.DivClassName
{
background-color: #AA4A1F;
}
.BgClassName
{
background-color: #AA4A1F;
}
</style>
border-color css
<style>
span { border-color: #AA4A1F; }
span { border-color: rgb(170,74,31); }
td.TdClassName
{
border-color: #AA4A1F;
}
.TagClassName
{
border-color: #AA4A1F;
}
</style>