Shades of Rich Gold #AA501A
Tints of Rich Gold #AA501A
RGB
CMYK
RGB Variations
Color information
#AA501A (or 0xAA501A) is known color: Rich Gold. HEX triplet: AA, 50 and 1A. RGB value is (170,80,26). Sum of RGB (Red+Green+Blue) = 170+80+26=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA501A is #55AFE5. Grayscale: #656565. Windows color (decimal): -5615590 or 1724586. OLE color: 1724586.
HSL color Cylindrical-coordinate representation of color #AA501A: hue angle of 22.5º 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 #AA501A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 26 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.33 |
| HSL | 22.5º | 0.73% | 0.38% | - |
| HSV(B) | 22.5º | 0.85% | 0.67% | - |
| XYZ | 19.63 | 14.36 | 2.71 | - |
| YUV | 100.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 26 | 0 | 0.53 | 0.85 | 0.33 | 22.5 | 0.73 | 0.38 |
| Hex | AA | 50 | 1A | 0 | 35 | 55 | 21 | 16 | 49 | 26 |
| Octal | 252 | 120 | 32 | 0 | 65 | 125 | 41 | 26 | 111 | 46 |
| Binary | 10101010 | 1010000 | 11010 | 0 | 110101 | 1010101 | 100001 | 10110 | 1001001 | 100110 |
Color Harmonies of #AA501A
Complementary color
Monochromatic Colors of #AA501A
Black with #AA501A
Text Example
Text Example
White with #AA501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA501A; }
p { color: rgb(170,80,26); }
H1.HeaderClassName
{
color: #AA501A;
}
.AnyTagClassName
{
color: #AA501A;
}
</style>
background-color css
<style>
a { background-color: #AA501A; }
a { background-color: rgb(170,80,26); }
div.DivClassName
{
background-color: #AA501A;
}
.BgClassName
{
background-color: #AA501A;
}
</style>
border-color css
<style>
span { border-color: #AA501A; }
span { border-color: rgb(170,80,26); }
td.TdClassName
{
border-color: #AA501A;
}
.TagClassName
{
border-color: #AA501A;
}
</style>