Shades of Coral Tree #AA7061
Tints of Coral Tree #AA7061
RGB
CMYK
RGB Variations
Color information
#AA7061 (or 0xAA7061) is known color: Coral Tree. HEX triplet: AA, 70 and 61. RGB value is (170,112,97). Sum of RGB (Red+Green+Blue) = 170+112+97=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7061 is #558F9E. Grayscale: #7F7F7F. Windows color (decimal): -5607327 or 6385834. OLE color: 6385834.
HSL color Cylindrical-coordinate representation of color #AA7061: hue angle of 12.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7061 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 97 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.33 |
| HSL | 12.33º | 0.3% | 0.52% | - |
| HSV(B) | 12.33º | 0.43% | 0.67% | - |
| XYZ | 24.53 | 21 | 14.07 | - |
| YUV | 127.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 97 | 0 | 0.34 | 0.43 | 0.33 | 12.33 | 0.3 | 0.52 |
| Hex | AA | 70 | 61 | 0 | 22 | 2B | 21 | C | 1E | 34 |
| Octal | 252 | 160 | 141 | 0 | 42 | 53 | 41 | 14 | 36 | 64 |
| Binary | 10101010 | 1110000 | 1100001 | 0 | 100010 | 101011 | 100001 | 1100 | 11110 | 110100 |
Color Harmonies of #AA7061
Complementary color
Monochromatic Colors of #AA7061
Black with #AA7061
Text Example
Text Example
White with #AA7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7061; }
p { color: rgb(170,112,97); }
H1.HeaderClassName
{
color: #AA7061;
}
.AnyTagClassName
{
color: #AA7061;
}
</style>
background-color css
<style>
a { background-color: #AA7061; }
a { background-color: rgb(170,112,97); }
div.DivClassName
{
background-color: #AA7061;
}
.BgClassName
{
background-color: #AA7061;
}
</style>
border-color css
<style>
span { border-color: #AA7061; }
span { border-color: rgb(170,112,97); }
td.TdClassName
{
border-color: #AA7061;
}
.TagClassName
{
border-color: #AA7061;
}
</style>