Shades of Rich Gold #AA561B
Tints of Rich Gold #AA561B
RGB
CMYK
RGB Variations
Color information
#AA561B (or 0xAA561B) is known color: Rich Gold. HEX triplet: AA, 56 and 1B. RGB value is (170,86,27). Sum of RGB (Red+Green+Blue) = 170+86+27=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA561B is #55A9E4. Grayscale: #686868. Windows color (decimal): -5614053 or 1791658. OLE color: 1791658.
HSL color Cylindrical-coordinate representation of color #AA561B: hue angle of 24.76º 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 #AA561B is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 27 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.33 |
| HSL | 24.76º | 0.73% | 0.39% | - |
| HSV(B) | 24.76º | 0.84% | 0.67% | - |
| XYZ | 20.1 | 15.28 | 2.93 | - |
| YUV | 104.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 27 | 0 | 0.49 | 0.84 | 0.33 | 24.76 | 0.73 | 0.39 |
| Hex | AA | 56 | 1B | 0 | 31 | 54 | 21 | 19 | 49 | 27 |
| Octal | 252 | 126 | 33 | 0 | 61 | 124 | 41 | 31 | 111 | 47 |
| Binary | 10101010 | 1010110 | 11011 | 0 | 110001 | 1010100 | 100001 | 11001 | 1001001 | 100111 |
Color Harmonies of #AA561B
Complementary color
Monochromatic Colors of #AA561B
Black with #AA561B
Text Example
Text Example
White with #AA561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA561B; }
p { color: rgb(170,86,27); }
H1.HeaderClassName
{
color: #AA561B;
}
.AnyTagClassName
{
color: #AA561B;
}
</style>
background-color css
<style>
a { background-color: #AA561B; }
a { background-color: rgb(170,86,27); }
div.DivClassName
{
background-color: #AA561B;
}
.BgClassName
{
background-color: #AA561B;
}
</style>
border-color css
<style>
span { border-color: #AA561B; }
span { border-color: rgb(170,86,27); }
td.TdClassName
{
border-color: #AA561B;
}
.TagClassName
{
border-color: #AA561B;
}
</style>