Shades of Rich Gold #AA441E
Tints of Rich Gold #AA441E
RGB
CMYK
RGB Variations
Color information
#AA441E (or 0xAA441E) is known color: Rich Gold. HEX triplet: AA, 44 and 1E. RGB value is (170,68,30). Sum of RGB (Red+Green+Blue) = 170+68+30=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA441E is #55BBE1. Grayscale: #5E5E5E. Windows color (decimal): -5618658 or 1983658. OLE color: 1983658.
HSL color Cylindrical-coordinate representation of color #AA441E: hue angle of 16.29º 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 #AA441E is Cyan = 0, Magento = 0.6, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 30 | - |
| CMYK | 0 | 0.6 | 0.82 | 0.33 |
| HSL | 16.29º | 0.7% | 0.39% | - |
| HSV(B) | 16.29º | 0.82% | 0.67% | - |
| XYZ | 18.88 | 12.77 | 2.7 | - |
| YUV | 94.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 30 | 0 | 0.6 | 0.82 | 0.33 | 16.29 | 0.7 | 0.39 |
| Hex | AA | 44 | 1E | 0 | 3C | 52 | 21 | 10 | 46 | 27 |
| Octal | 252 | 104 | 36 | 0 | 74 | 122 | 41 | 20 | 106 | 47 |
| Binary | 10101010 | 1000100 | 11110 | 0 | 111100 | 1010010 | 100001 | 10000 | 1000110 | 100111 |
Color Harmonies of #AA441E
Complementary color
Monochromatic Colors of #AA441E
Black with #AA441E
Text Example
Text Example
White with #AA441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA441E; }
p { color: rgb(170,68,30); }
H1.HeaderClassName
{
color: #AA441E;
}
.AnyTagClassName
{
color: #AA441E;
}
</style>
background-color css
<style>
a { background-color: #AA441E; }
a { background-color: rgb(170,68,30); }
div.DivClassName
{
background-color: #AA441E;
}
.BgClassName
{
background-color: #AA441E;
}
</style>
border-color css
<style>
span { border-color: #AA441E; }
span { border-color: rgb(170,68,30); }
td.TdClassName
{
border-color: #AA441E;
}
.TagClassName
{
border-color: #AA441E;
}
</style>