Shades of Coral Tree #AA6E5E
Tints of Coral Tree #AA6E5E
RGB
CMYK
RGB Variations
Color information
#AA6E5E (or 0xAA6E5E) is known color: Coral Tree. HEX triplet: AA, 6E and 5E. RGB value is (170,110,94). Sum of RGB (Red+Green+Blue) = 170+110+94=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E5E is #5591A1. Grayscale: #7E7E7E. Windows color (decimal): -5607842 or 6188714. OLE color: 6188714.
HSL color Cylindrical-coordinate representation of color #AA6E5E: hue angle of 12.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6E5E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 94 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.33 |
| HSL | 12.63º | 0.31% | 0.52% | - |
| HSV(B) | 12.63º | 0.45% | 0.67% | - |
| XYZ | 24.17 | 20.51 | 13.27 | - |
| YUV | 126.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 94 | 0 | 0.35 | 0.45 | 0.33 | 12.63 | 0.31 | 0.52 |
| Hex | AA | 6E | 5E | 0 | 23 | 2D | 21 | D | 1F | 34 |
| Octal | 252 | 156 | 136 | 0 | 43 | 55 | 41 | 15 | 37 | 64 |
| Binary | 10101010 | 1101110 | 1011110 | 0 | 100011 | 101101 | 100001 | 1101 | 11111 | 110100 |
Color Harmonies of #AA6E5E
Complementary color
Monochromatic Colors of #AA6E5E
Black with #AA6E5E
Text Example
Text Example
White with #AA6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E5E; }
p { color: rgb(170,110,94); }
H1.HeaderClassName
{
color: #AA6E5E;
}
.AnyTagClassName
{
color: #AA6E5E;
}
</style>
background-color css
<style>
a { background-color: #AA6E5E; }
a { background-color: rgb(170,110,94); }
div.DivClassName
{
background-color: #AA6E5E;
}
.BgClassName
{
background-color: #AA6E5E;
}
</style>
border-color css
<style>
span { border-color: #AA6E5E; }
span { border-color: rgb(170,110,94); }
td.TdClassName
{
border-color: #AA6E5E;
}
.TagClassName
{
border-color: #AA6E5E;
}
</style>