Shades of Rich Gold #AA4C1B
Tints of Rich Gold #AA4C1B
RGB
CMYK
RGB Variations
Color information
#AA4C1B (or 0xAA4C1B) is known color: Rich Gold. HEX triplet: AA, 4C and 1B. RGB value is (170,76,27). Sum of RGB (Red+Green+Blue) = 170+76+27=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C1B is #55B3E4. Grayscale: #626262. Windows color (decimal): -5616613 or 1789098. OLE color: 1789098.
HSL color Cylindrical-coordinate representation of color #AA4C1B: hue angle of 20.56º 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 #AA4C1B is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 27 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.33 |
| HSL | 20.56º | 0.73% | 0.39% | - |
| HSV(B) | 20.56º | 0.84% | 0.67% | - |
| XYZ | 19.36 | 13.79 | 2.68 | - |
| YUV | 98.52 | 87.64 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 27 | 0 | 0.55 | 0.84 | 0.33 | 20.56 | 0.73 | 0.39 |
| Hex | AA | 4C | 1B | 0 | 37 | 54 | 21 | 15 | 49 | 27 |
| Octal | 252 | 114 | 33 | 0 | 67 | 124 | 41 | 25 | 111 | 47 |
| Binary | 10101010 | 1001100 | 11011 | 0 | 110111 | 1010100 | 100001 | 10101 | 1001001 | 100111 |
Color Harmonies of #AA4C1B
Complementary color
Monochromatic Colors of #AA4C1B
Black with #AA4C1B
Text Example
Text Example
White with #AA4C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C1B; }
p { color: rgb(170,76,27); }
H1.HeaderClassName
{
color: #AA4C1B;
}
.AnyTagClassName
{
color: #AA4C1B;
}
</style>
background-color css
<style>
a { background-color: #AA4C1B; }
a { background-color: rgb(170,76,27); }
div.DivClassName
{
background-color: #AA4C1B;
}
.BgClassName
{
background-color: #AA4C1B;
}
</style>
border-color css
<style>
span { border-color: #AA4C1B; }
span { border-color: rgb(170,76,27); }
td.TdClassName
{
border-color: #AA4C1B;
}
.TagClassName
{
border-color: #AA4C1B;
}
</style>