Shades of Rich Gold #AA481A
Tints of Rich Gold #AA481A
RGB
CMYK
RGB Variations
Color information
#AA481A (or 0xAA481A) is known color: Rich Gold. HEX triplet: AA, 48 and 1A. RGB value is (170,72,26). Sum of RGB (Red+Green+Blue) = 170+72+26=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA481A is #55B7E5. Grayscale: #606060. Windows color (decimal): -5617638 or 1722538. OLE color: 1722538.
HSL color Cylindrical-coordinate representation of color #AA481A: hue angle of 19.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA481A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 26 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.33 |
| HSL | 19.17º | 0.73% | 0.38% | - |
| HSV(B) | 19.17º | 0.85% | 0.67% | - |
| XYZ | 19.08 | 13.26 | 2.53 | - |
| YUV | 96.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 26 | 0 | 0.58 | 0.85 | 0.33 | 19.17 | 0.73 | 0.38 |
| Hex | AA | 48 | 1A | 0 | 3A | 55 | 21 | 13 | 49 | 26 |
| Octal | 252 | 110 | 32 | 0 | 72 | 125 | 41 | 23 | 111 | 46 |
| Binary | 10101010 | 1001000 | 11010 | 0 | 111010 | 1010101 | 100001 | 10011 | 1001001 | 100110 |
Color Harmonies of #AA481A
Complementary color
Monochromatic Colors of #AA481A
Black with #AA481A
Text Example
Text Example
White with #AA481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA481A; }
p { color: rgb(170,72,26); }
H1.HeaderClassName
{
color: #AA481A;
}
.AnyTagClassName
{
color: #AA481A;
}
</style>
background-color css
<style>
a { background-color: #AA481A; }
a { background-color: rgb(170,72,26); }
div.DivClassName
{
background-color: #AA481A;
}
.BgClassName
{
background-color: #AA481A;
}
</style>
border-color css
<style>
span { border-color: #AA481A; }
span { border-color: rgb(170,72,26); }
td.TdClassName
{
border-color: #AA481A;
}
.TagClassName
{
border-color: #AA481A;
}
</style>