Shades of Rich Gold #AA461C
Tints of Rich Gold #AA461C
RGB
CMYK
RGB Variations
Color information
#AA461C (or 0xAA461C) is known color: Rich Gold. HEX triplet: AA, 46 and 1C. RGB value is (170,70,28). Sum of RGB (Red+Green+Blue) = 170+70+28=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA461C is #55B9E3. Grayscale: #5F5F5F. Windows color (decimal): -5618148 or 1853098. OLE color: 1853098.
HSL color Cylindrical-coordinate representation of color #AA461C: hue angle of 17.75º degrees, saturation: 0.72, 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 #AA461C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.33 |
| HSL | 17.75º | 0.72% | 0.39% | - |
| HSV(B) | 17.75º | 0.84% | 0.67% | - |
| XYZ | 18.98 | 13.01 | 2.61 | - |
| YUV | 95.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 28 | 0 | 0.59 | 0.84 | 0.33 | 17.75 | 0.72 | 0.39 |
| Hex | AA | 46 | 1C | 0 | 3B | 54 | 21 | 12 | 48 | 27 |
| Octal | 252 | 106 | 34 | 0 | 73 | 124 | 41 | 22 | 110 | 47 |
| Binary | 10101010 | 1000110 | 11100 | 0 | 111011 | 1010100 | 100001 | 10010 | 1001000 | 100111 |
Color Harmonies of #AA461C
Complementary color
Monochromatic Colors of #AA461C
Black with #AA461C
Text Example
Text Example
White with #AA461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA461C; }
p { color: rgb(170,70,28); }
H1.HeaderClassName
{
color: #AA461C;
}
.AnyTagClassName
{
color: #AA461C;
}
</style>
background-color css
<style>
a { background-color: #AA461C; }
a { background-color: rgb(170,70,28); }
div.DivClassName
{
background-color: #AA461C;
}
.BgClassName
{
background-color: #AA461C;
}
</style>
border-color css
<style>
span { border-color: #AA461C; }
span { border-color: rgb(170,70,28); }
td.TdClassName
{
border-color: #AA461C;
}
.TagClassName
{
border-color: #AA461C;
}
</style>