Shades of Coral Tree #AA706F
Tints of Coral Tree #AA706F
RGB
CMYK
RGB Variations
Color information
#AA706F (or 0xAA706F) is known color: Coral Tree. HEX triplet: AA, 70 and 6F. RGB value is (170,112,111). Sum of RGB (Red+Green+Blue) = 170+112+111=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA706F is #558F90. Grayscale: #818181. Windows color (decimal): -5607313 or 7303338. OLE color: 7303338.
HSL color Cylindrical-coordinate representation of color #AA706F: hue angle of 1.02º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA706F is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 111 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.33 |
| HSL | 1.02º | 0.26% | 0.55% | - |
| HSV(B) | 1.02º | 0.35% | 0.67% | - |
| XYZ | 25.24 | 21.28 | 17.82 | - |
| YUV | 129.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 111 | 0 | 0.34 | 0.35 | 0.33 | 1.02 | 0.26 | 0.55 |
| Hex | AA | 70 | 6F | 0 | 22 | 23 | 21 | 1 | 1A | 37 |
| Octal | 252 | 160 | 157 | 0 | 42 | 43 | 41 | 1 | 32 | 67 |
| Binary | 10101010 | 1110000 | 1101111 | 0 | 100010 | 100011 | 100001 | 1 | 11010 | 110111 |
Color Harmonies of #AA706F
Complementary color
Monochromatic Colors of #AA706F
Black with #AA706F
Text Example
Text Example
White with #AA706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA706F; }
p { color: rgb(170,112,111); }
H1.HeaderClassName
{
color: #AA706F;
}
.AnyTagClassName
{
color: #AA706F;
}
</style>
background-color css
<style>
a { background-color: #AA706F; }
a { background-color: rgb(170,112,111); }
div.DivClassName
{
background-color: #AA706F;
}
.BgClassName
{
background-color: #AA706F;
}
</style>
border-color css
<style>
span { border-color: #AA706F; }
span { border-color: rgb(170,112,111); }
td.TdClassName
{
border-color: #AA706F;
}
.TagClassName
{
border-color: #AA706F;
}
</style>