Shades of Rich Gold #AA501B
Tints of Rich Gold #AA501B
RGB
CMYK
RGB Variations
Color information
#AA501B (or 0xAA501B) is known color: Rich Gold. HEX triplet: AA, 50 and 1B. RGB value is (170,80,27). Sum of RGB (Red+Green+Blue) = 170+80+27=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA501B is #55AFE4. Grayscale: #656565. Windows color (decimal): -5615589 or 1790122. OLE color: 1790122.
HSL color Cylindrical-coordinate representation of color #AA501B: hue angle of 22.24º degrees, saturation: 0.73, 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 #AA501B is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 27 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.33 |
| HSL | 22.24º | 0.73% | 0.39% | - |
| HSV(B) | 22.24º | 0.84% | 0.67% | - |
| XYZ | 19.64 | 14.36 | 2.77 | - |
| YUV | 100.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 27 | 0 | 0.53 | 0.84 | 0.33 | 22.24 | 0.73 | 0.39 |
| Hex | AA | 50 | 1B | 0 | 35 | 54 | 21 | 16 | 49 | 27 |
| Octal | 252 | 120 | 33 | 0 | 65 | 124 | 41 | 26 | 111 | 47 |
| Binary | 10101010 | 1010000 | 11011 | 0 | 110101 | 1010100 | 100001 | 10110 | 1001001 | 100111 |
Color Harmonies of #AA501B
Complementary color
Monochromatic Colors of #AA501B
Black with #AA501B
Text Example
Text Example
White with #AA501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA501B; }
p { color: rgb(170,80,27); }
H1.HeaderClassName
{
color: #AA501B;
}
.AnyTagClassName
{
color: #AA501B;
}
</style>
background-color css
<style>
a { background-color: #AA501B; }
a { background-color: rgb(170,80,27); }
div.DivClassName
{
background-color: #AA501B;
}
.BgClassName
{
background-color: #AA501B;
}
</style>
border-color css
<style>
span { border-color: #AA501B; }
span { border-color: rgb(170,80,27); }
td.TdClassName
{
border-color: #AA501B;
}
.TagClassName
{
border-color: #AA501B;
}
</style>