Shades of Rich Gold #AA560F
Tints of Rich Gold #AA560F
RGB
CMYK
RGB Variations
Color information
#AA560F (or 0xAA560F) is known color: Rich Gold. HEX triplet: AA, 56 and 0F. RGB value is (170,86,15). Sum of RGB (Red+Green+Blue) = 170+86+15=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA560F is #55A9F0. Grayscale: #676767. Windows color (decimal): -5614065 or 1005226. OLE color: 1005226.
HSL color Cylindrical-coordinate representation of color #AA560F: hue angle of 27.48º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA560F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.33 |
| HSL | 27.48º | 0.84% | 0.36% | - |
| HSV(B) | 27.48º | 0.91% | 0.67% | - |
| XYZ | 19.99 | 15.24 | 2.34 | - |
| YUV | 103.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 15 | 0 | 0.49 | 0.91 | 0.33 | 27.48 | 0.84 | 0.36 |
| Hex | AA | 56 | F | 0 | 31 | 5B | 21 | 1B | 54 | 24 |
| Octal | 252 | 126 | 17 | 0 | 61 | 133 | 41 | 33 | 124 | 44 |
| Binary | 10101010 | 1010110 | 1111 | 0 | 110001 | 1011011 | 100001 | 11011 | 1010100 | 100100 |
Color Harmonies of #AA560F
Complementary color
Monochromatic Colors of #AA560F
Black with #AA560F
Text Example
Text Example
White with #AA560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA560F; }
p { color: rgb(170,86,15); }
H1.HeaderClassName
{
color: #AA560F;
}
.AnyTagClassName
{
color: #AA560F;
}
</style>
background-color css
<style>
a { background-color: #AA560F; }
a { background-color: rgb(170,86,15); }
div.DivClassName
{
background-color: #AA560F;
}
.BgClassName
{
background-color: #AA560F;
}
</style>
border-color css
<style>
span { border-color: #AA560F; }
span { border-color: rgb(170,86,15); }
td.TdClassName
{
border-color: #AA560F;
}
.TagClassName
{
border-color: #AA560F;
}
</style>