Shades of Coral Tree #AA716C
Tints of Coral Tree #AA716C
RGB
CMYK
RGB Variations
Color information
#AA716C (or 0xAA716C) is known color: Coral Tree. HEX triplet: AA, 71 and 6C. RGB value is (170,113,108). Sum of RGB (Red+Green+Blue) = 170+113+108=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA716C is #558E93. Grayscale: #818181. Windows color (decimal): -5607060 or 7106986. OLE color: 7106986.
HSL color Cylindrical-coordinate representation of color #AA716C: hue angle of 4.84º 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 #AA716C is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 108 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.33 |
| HSL | 4.84º | 0.27% | 0.55% | - |
| HSV(B) | 4.84º | 0.36% | 0.67% | - |
| XYZ | 25.19 | 21.44 | 17 | - |
| YUV | 129.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 108 | 0 | 0.34 | 0.36 | 0.33 | 4.84 | 0.27 | 0.55 |
| Hex | AA | 71 | 6C | 0 | 22 | 24 | 21 | 5 | 1B | 37 |
| Octal | 252 | 161 | 154 | 0 | 42 | 44 | 41 | 5 | 33 | 67 |
| Binary | 10101010 | 1110001 | 1101100 | 0 | 100010 | 100100 | 100001 | 101 | 11011 | 110111 |
Color Harmonies of #AA716C
Complementary color
Monochromatic Colors of #AA716C
Black with #AA716C
Text Example
Text Example
White with #AA716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA716C; }
p { color: rgb(170,113,108); }
H1.HeaderClassName
{
color: #AA716C;
}
.AnyTagClassName
{
color: #AA716C;
}
</style>
background-color css
<style>
a { background-color: #AA716C; }
a { background-color: rgb(170,113,108); }
div.DivClassName
{
background-color: #AA716C;
}
.BgClassName
{
background-color: #AA716C;
}
</style>
border-color css
<style>
span { border-color: #AA716C; }
span { border-color: rgb(170,113,108); }
td.TdClassName
{
border-color: #AA716C;
}
.TagClassName
{
border-color: #AA716C;
}
</style>