Shades of Coral Tree #AA706C
Tints of Coral Tree #AA706C
RGB
CMYK
RGB Variations
Color information
#AA706C (or 0xAA706C) is known color: Coral Tree. HEX triplet: AA, 70 and 6C. RGB value is (170,112,108). Sum of RGB (Red+Green+Blue) = 170+112+108=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA706C is #558F93. Grayscale: #808080. Windows color (decimal): -5607316 or 7106730. OLE color: 7106730.
HSL color Cylindrical-coordinate representation of color #AA706C: hue angle of 3.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA706C is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 108 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.33 |
| HSL | 3.87º | 0.27% | 0.55% | - |
| HSV(B) | 3.87º | 0.36% | 0.67% | - |
| XYZ | 25.08 | 21.22 | 16.96 | - |
| YUV | 128.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 108 | 0 | 0.34 | 0.36 | 0.33 | 3.87 | 0.27 | 0.55 |
| Hex | AA | 70 | 6C | 0 | 22 | 24 | 21 | 4 | 1B | 37 |
| Octal | 252 | 160 | 154 | 0 | 42 | 44 | 41 | 4 | 33 | 67 |
| Binary | 10101010 | 1110000 | 1101100 | 0 | 100010 | 100100 | 100001 | 100 | 11011 | 110111 |
Color Harmonies of #AA706C
Complementary color
Monochromatic Colors of #AA706C
Black with #AA706C
Text Example
Text Example
White with #AA706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA706C; }
p { color: rgb(170,112,108); }
H1.HeaderClassName
{
color: #AA706C;
}
.AnyTagClassName
{
color: #AA706C;
}
</style>
background-color css
<style>
a { background-color: #AA706C; }
a { background-color: rgb(170,112,108); }
div.DivClassName
{
background-color: #AA706C;
}
.BgClassName
{
background-color: #AA706C;
}
</style>
border-color css
<style>
span { border-color: #AA706C; }
span { border-color: rgb(170,112,108); }
td.TdClassName
{
border-color: #AA706C;
}
.TagClassName
{
border-color: #AA706C;
}
</style>