Shades of Rich Gold #AA481E
Tints of Rich Gold #AA481E
RGB
CMYK
RGB Variations
Color information
#AA481E (or 0xAA481E) is known color: Rich Gold. HEX triplet: AA, 48 and 1E. RGB value is (170,72,30). Sum of RGB (Red+Green+Blue) = 170+72+30=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA481E is #55B7E1. Grayscale: #606060. Windows color (decimal): -5617634 or 1984682. OLE color: 1984682.
HSL color Cylindrical-coordinate representation of color #AA481E: hue angle of 18º 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 #AA481E is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 30 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.33 |
| HSL | 18º | 0.7% | 0.39% | - |
| HSV(B) | 18º | 0.82% | 0.67% | - |
| XYZ | 19.13 | 13.27 | 2.78 | - |
| YUV | 96.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 30 | 0 | 0.58 | 0.82 | 0.33 | 18 | 0.7 | 0.39 |
| Hex | AA | 48 | 1E | 0 | 3A | 52 | 21 | 12 | 46 | 27 |
| Octal | 252 | 110 | 36 | 0 | 72 | 122 | 41 | 22 | 106 | 47 |
| Binary | 10101010 | 1001000 | 11110 | 0 | 111010 | 1010010 | 100001 | 10010 | 1000110 | 100111 |
Color Harmonies of #AA481E
Complementary color
Monochromatic Colors of #AA481E
Black with #AA481E
Text Example
Text Example
White with #AA481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA481E; }
p { color: rgb(170,72,30); }
H1.HeaderClassName
{
color: #AA481E;
}
.AnyTagClassName
{
color: #AA481E;
}
</style>
background-color css
<style>
a { background-color: #AA481E; }
a { background-color: rgb(170,72,30); }
div.DivClassName
{
background-color: #AA481E;
}
.BgClassName
{
background-color: #AA481E;
}
</style>
border-color css
<style>
span { border-color: #AA481E; }
span { border-color: rgb(170,72,30); }
td.TdClassName
{
border-color: #AA481E;
}
.TagClassName
{
border-color: #AA481E;
}
</style>