Shades of Coral Tree #AA7570
Tints of Coral Tree #AA7570
RGB
CMYK
RGB Variations
Color information
#AA7570 (or 0xAA7570) is known color: Coral Tree. HEX triplet: AA, 75 and 70. RGB value is (170,117,112). Sum of RGB (Red+Green+Blue) = 170+117+112=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7570 is #558A8F. Grayscale: #848484. Windows color (decimal): -5606032 or 7370154. OLE color: 7370154.
HSL color Cylindrical-coordinate representation of color #AA7570: hue angle of 5.17º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7570 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 112 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.33 |
| HSL | 5.17º | 0.25% | 0.55% | - |
| HSV(B) | 5.17º | 0.34% | 0.67% | - |
| XYZ | 25.86 | 22.44 | 18.3 | - |
| YUV | 132.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 112 | 0 | 0.31 | 0.34 | 0.33 | 5.17 | 0.25 | 0.55 |
| Hex | AA | 75 | 70 | 0 | 1F | 22 | 21 | 5 | 19 | 37 |
| Octal | 252 | 165 | 160 | 0 | 37 | 42 | 41 | 5 | 31 | 67 |
| Binary | 10101010 | 1110101 | 1110000 | 0 | 11111 | 100010 | 100001 | 101 | 11001 | 110111 |
Color Harmonies of #AA7570
Complementary color
Monochromatic Colors of #AA7570
Black with #AA7570
Text Example
Text Example
White with #AA7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7570; }
p { color: rgb(170,117,112); }
H1.HeaderClassName
{
color: #AA7570;
}
.AnyTagClassName
{
color: #AA7570;
}
</style>
background-color css
<style>
a { background-color: #AA7570; }
a { background-color: rgb(170,117,112); }
div.DivClassName
{
background-color: #AA7570;
}
.BgClassName
{
background-color: #AA7570;
}
</style>
border-color css
<style>
span { border-color: #AA7570; }
span { border-color: rgb(170,117,112); }
td.TdClassName
{
border-color: #AA7570;
}
.TagClassName
{
border-color: #AA7570;
}
</style>