Shades of Rich Gold #AA4A1B
Tints of Rich Gold #AA4A1B
RGB
CMYK
RGB Variations
Color information
#AA4A1B (or 0xAA4A1B) is known color: Rich Gold. HEX triplet: AA, 4A and 1B. RGB value is (170,74,27). Sum of RGB (Red+Green+Blue) = 170+74+27=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A1B is #55B5E4. Grayscale: #616161. Windows color (decimal): -5617125 or 1788586. OLE color: 1788586.
HSL color Cylindrical-coordinate representation of color #AA4A1B: hue angle of 19.72º 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 #AA4A1B is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 27 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.33 |
| HSL | 19.72º | 0.73% | 0.39% | - |
| HSV(B) | 19.72º | 0.84% | 0.67% | - |
| XYZ | 19.22 | 13.52 | 2.63 | - |
| YUV | 97.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 27 | 0 | 0.56 | 0.84 | 0.33 | 19.72 | 0.73 | 0.39 |
| Hex | AA | 4A | 1B | 0 | 38 | 54 | 21 | 14 | 49 | 27 |
| Octal | 252 | 112 | 33 | 0 | 70 | 124 | 41 | 24 | 111 | 47 |
| Binary | 10101010 | 1001010 | 11011 | 0 | 111000 | 1010100 | 100001 | 10100 | 1001001 | 100111 |
Color Harmonies of #AA4A1B
Complementary color
Monochromatic Colors of #AA4A1B
Black with #AA4A1B
Text Example
Text Example
White with #AA4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A1B; }
p { color: rgb(170,74,27); }
H1.HeaderClassName
{
color: #AA4A1B;
}
.AnyTagClassName
{
color: #AA4A1B;
}
</style>
background-color css
<style>
a { background-color: #AA4A1B; }
a { background-color: rgb(170,74,27); }
div.DivClassName
{
background-color: #AA4A1B;
}
.BgClassName
{
background-color: #AA4A1B;
}
</style>
border-color css
<style>
span { border-color: #AA4A1B; }
span { border-color: rgb(170,74,27); }
td.TdClassName
{
border-color: #AA4A1B;
}
.TagClassName
{
border-color: #AA4A1B;
}
</style>