Shades of Coral Tree #AA716D
Tints of Coral Tree #AA716D
RGB
CMYK
RGB Variations
Color information
#AA716D (or 0xAA716D) is known color: Coral Tree. HEX triplet: AA, 71 and 6D. RGB value is (170,113,109). Sum of RGB (Red+Green+Blue) = 170+113+109=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA716D is #558E92. Grayscale: #818181. Windows color (decimal): -5607059 or 7172522. OLE color: 7172522.
HSL color Cylindrical-coordinate representation of color #AA716D: hue angle of 3.93º degrees, saturation: 0.26, 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 #AA716D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 109 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.33 |
| HSL | 3.93º | 0.26% | 0.55% | - |
| HSV(B) | 3.93º | 0.36% | 0.67% | - |
| XYZ | 25.24 | 21.46 | 17.28 | - |
| YUV | 129.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 109 | 0 | 0.34 | 0.36 | 0.33 | 3.93 | 0.26 | 0.55 |
| Hex | AA | 71 | 6D | 0 | 22 | 24 | 21 | 4 | 1A | 37 |
| Octal | 252 | 161 | 155 | 0 | 42 | 44 | 41 | 4 | 32 | 67 |
| Binary | 10101010 | 1110001 | 1101101 | 0 | 100010 | 100100 | 100001 | 100 | 11010 | 110111 |
Color Harmonies of #AA716D
Complementary color
Monochromatic Colors of #AA716D
Black with #AA716D
Text Example
Text Example
White with #AA716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA716D; }
p { color: rgb(170,113,109); }
H1.HeaderClassName
{
color: #AA716D;
}
.AnyTagClassName
{
color: #AA716D;
}
</style>
background-color css
<style>
a { background-color: #AA716D; }
a { background-color: rgb(170,113,109); }
div.DivClassName
{
background-color: #AA716D;
}
.BgClassName
{
background-color: #AA716D;
}
</style>
border-color css
<style>
span { border-color: #AA716D; }
span { border-color: rgb(170,113,109); }
td.TdClassName
{
border-color: #AA716D;
}
.TagClassName
{
border-color: #AA716D;
}
</style>