Shades of Coral Tree #AA7B70
Tints of Coral Tree #AA7B70
RGB
CMYK
RGB Variations
Color information
#AA7B70 (or 0xAA7B70) is known color: Coral Tree. HEX triplet: AA, 7B and 70. RGB value is (170,123,112). Sum of RGB (Red+Green+Blue) = 170+123+112=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B70 is #55848F. Grayscale: #878787. Windows color (decimal): -5604496 or 7371690. OLE color: 7371690.
HSL color Cylindrical-coordinate representation of color #AA7B70: hue angle of 11.38º 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 #AA7B70 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 112 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.33 |
| HSL | 11.38º | 0.25% | 0.55% | - |
| HSV(B) | 11.38º | 0.34% | 0.67% | - |
| XYZ | 26.59 | 23.88 | 18.54 | - |
| YUV | 135.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 112 | 0 | 0.28 | 0.34 | 0.33 | 11.38 | 0.25 | 0.55 |
| Hex | AA | 7B | 70 | 0 | 1C | 22 | 21 | B | 19 | 37 |
| Octal | 252 | 173 | 160 | 0 | 34 | 42 | 41 | 13 | 31 | 67 |
| Binary | 10101010 | 1111011 | 1110000 | 0 | 11100 | 100010 | 100001 | 1011 | 11001 | 110111 |
Color Harmonies of #AA7B70
Complementary color
Monochromatic Colors of #AA7B70
Black with #AA7B70
Text Example
Text Example
White with #AA7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B70; }
p { color: rgb(170,123,112); }
H1.HeaderClassName
{
color: #AA7B70;
}
.AnyTagClassName
{
color: #AA7B70;
}
</style>
background-color css
<style>
a { background-color: #AA7B70; }
a { background-color: rgb(170,123,112); }
div.DivClassName
{
background-color: #AA7B70;
}
.BgClassName
{
background-color: #AA7B70;
}
</style>
border-color css
<style>
span { border-color: #AA7B70; }
span { border-color: rgb(170,123,112); }
td.TdClassName
{
border-color: #AA7B70;
}
.TagClassName
{
border-color: #AA7B70;
}
</style>