Shades of Coral Tree #AA7170
Tints of Coral Tree #AA7170
RGB
CMYK
RGB Variations
Color information
#AA7170 (or 0xAA7170) is known color: Coral Tree. HEX triplet: AA, 71 and 70. RGB value is (170,113,112). Sum of RGB (Red+Green+Blue) = 170+113+112=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7170 is #558E8F. Grayscale: #818181. Windows color (decimal): -5607056 or 7369130. OLE color: 7369130.
HSL color Cylindrical-coordinate representation of color #AA7170: hue angle of 1.03º 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 #AA7170 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 112 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.33 |
| HSL | 1.03º | 0.25% | 0.55% | - |
| HSV(B) | 1.03º | 0.34% | 0.67% | - |
| XYZ | 25.41 | 21.53 | 18.15 | - |
| YUV | 129.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 112 | 0 | 0.34 | 0.34 | 0.33 | 1.03 | 0.25 | 0.55 |
| Hex | AA | 71 | 70 | 0 | 22 | 22 | 21 | 1 | 19 | 37 |
| Octal | 252 | 161 | 160 | 0 | 42 | 42 | 41 | 1 | 31 | 67 |
| Binary | 10101010 | 1110001 | 1110000 | 0 | 100010 | 100010 | 100001 | 1 | 11001 | 110111 |
Color Harmonies of #AA7170
Complementary color
Monochromatic Colors of #AA7170
Black with #AA7170
Text Example
Text Example
White with #AA7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7170; }
p { color: rgb(170,113,112); }
H1.HeaderClassName
{
color: #AA7170;
}
.AnyTagClassName
{
color: #AA7170;
}
</style>
background-color css
<style>
a { background-color: #AA7170; }
a { background-color: rgb(170,113,112); }
div.DivClassName
{
background-color: #AA7170;
}
.BgClassName
{
background-color: #AA7170;
}
</style>
border-color css
<style>
span { border-color: #AA7170; }
span { border-color: rgb(170,113,112); }
td.TdClassName
{
border-color: #AA7170;
}
.TagClassName
{
border-color: #AA7170;
}
</style>