Shades of Rich Gold #AA501D
Tints of Rich Gold #AA501D
RGB
CMYK
RGB Variations
Color information
#AA501D (or 0xAA501D) is known color: Rich Gold. HEX triplet: AA, 50 and 1D. RGB value is (170,80,29). Sum of RGB (Red+Green+Blue) = 170+80+29=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA501D is #55AFE2. Grayscale: #656565. Windows color (decimal): -5615587 or 1921194. OLE color: 1921194.
HSL color Cylindrical-coordinate representation of color #AA501D: hue angle of 21.7º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA501D is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 29 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.33 |
| HSL | 21.7º | 0.71% | 0.39% | - |
| HSV(B) | 21.7º | 0.83% | 0.67% | - |
| XYZ | 19.67 | 14.37 | 2.9 | - |
| YUV | 101.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 29 | 0 | 0.53 | 0.83 | 0.33 | 21.7 | 0.71 | 0.39 |
| Hex | AA | 50 | 1D | 0 | 35 | 53 | 21 | 16 | 47 | 27 |
| Octal | 252 | 120 | 35 | 0 | 65 | 123 | 41 | 26 | 107 | 47 |
| Binary | 10101010 | 1010000 | 11101 | 0 | 110101 | 1010011 | 100001 | 10110 | 1000111 | 100111 |
Color Harmonies of #AA501D
Complementary color
Monochromatic Colors of #AA501D
Black with #AA501D
Text Example
Text Example
White with #AA501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA501D; }
p { color: rgb(170,80,29); }
H1.HeaderClassName
{
color: #AA501D;
}
.AnyTagClassName
{
color: #AA501D;
}
</style>
background-color css
<style>
a { background-color: #AA501D; }
a { background-color: rgb(170,80,29); }
div.DivClassName
{
background-color: #AA501D;
}
.BgClassName
{
background-color: #AA501D;
}
</style>
border-color css
<style>
span { border-color: #AA501D; }
span { border-color: rgb(170,80,29); }
td.TdClassName
{
border-color: #AA501D;
}
.TagClassName
{
border-color: #AA501D;
}
</style>