Shades of Coral Tree #AA7870
Tints of Coral Tree #AA7870
RGB
CMYK
RGB Variations
Color information
#AA7870 (or 0xAA7870) is known color: Coral Tree. HEX triplet: AA, 78 and 70. RGB value is (170,120,112). Sum of RGB (Red+Green+Blue) = 170+120+112=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7870 is #55878F. Grayscale: #868686. Windows color (decimal): -5605264 or 7370922. OLE color: 7370922.
HSL color Cylindrical-coordinate representation of color #AA7870: hue angle of 8.28º 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 #AA7870 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 112 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.33 |
| HSL | 8.28º | 0.25% | 0.55% | - |
| HSV(B) | 8.28º | 0.34% | 0.67% | - |
| XYZ | 26.22 | 23.15 | 18.42 | - |
| YUV | 134.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 112 | 0 | 0.29 | 0.34 | 0.33 | 8.28 | 0.25 | 0.55 |
| Hex | AA | 78 | 70 | 0 | 1D | 22 | 21 | 8 | 19 | 37 |
| Octal | 252 | 170 | 160 | 0 | 35 | 42 | 41 | 10 | 31 | 67 |
| Binary | 10101010 | 1111000 | 1110000 | 0 | 11101 | 100010 | 100001 | 1000 | 11001 | 110111 |
Color Harmonies of #AA7870
Complementary color
Monochromatic Colors of #AA7870
Black with #AA7870
Text Example
Text Example
White with #AA7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7870; }
p { color: rgb(170,120,112); }
H1.HeaderClassName
{
color: #AA7870;
}
.AnyTagClassName
{
color: #AA7870;
}
</style>
background-color css
<style>
a { background-color: #AA7870; }
a { background-color: rgb(170,120,112); }
div.DivClassName
{
background-color: #AA7870;
}
.BgClassName
{
background-color: #AA7870;
}
</style>
border-color css
<style>
span { border-color: #AA7870; }
span { border-color: rgb(170,120,112); }
td.TdClassName
{
border-color: #AA7870;
}
.TagClassName
{
border-color: #AA7870;
}
</style>