Shades of Coral Tree #AE7566
Tints of Coral Tree #AE7566
RGB
CMYK
RGB Variations
Color information
#AE7566 (or 0xAE7566) is known color: Coral Tree. HEX triplet: AE, 75 and 66. RGB value is (174,117,102). Sum of RGB (Red+Green+Blue) = 174+117+102=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7566 is #518A99. Grayscale: #848484. Windows color (decimal): -5343898 or 6714798. OLE color: 6714798.
HSL color Cylindrical-coordinate representation of color #AE7566: hue angle of 12.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE7566 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 102 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.32 |
| HSL | 12.5º | 0.31% | 0.54% | - |
| HSV(B) | 12.5º | 0.41% | 0.68% | - |
| XYZ | 26.22 | 22.68 | 15.57 | - |
| YUV | 132.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 102 | 0 | 0.33 | 0.41 | 0.32 | 12.5 | 0.31 | 0.54 |
| Hex | AE | 75 | 66 | 0 | 21 | 29 | 20 | C | 1F | 36 |
| Octal | 256 | 165 | 146 | 0 | 41 | 51 | 40 | 14 | 37 | 66 |
| Binary | 10101110 | 1110101 | 1100110 | 0 | 100001 | 101001 | 100000 | 1100 | 11111 | 110110 |
Color Harmonies of #AE7566
Complementary color
Monochromatic Colors of #AE7566
Black with #AE7566
Text Example
Text Example
White with #AE7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7566; }
p { color: rgb(174,117,102); }
H1.HeaderClassName
{
color: #AE7566;
}
.AnyTagClassName
{
color: #AE7566;
}
</style>
background-color css
<style>
a { background-color: #AE7566; }
a { background-color: rgb(174,117,102); }
div.DivClassName
{
background-color: #AE7566;
}
.BgClassName
{
background-color: #AE7566;
}
</style>
border-color css
<style>
span { border-color: #AE7566; }
span { border-color: rgb(174,117,102); }
td.TdClassName
{
border-color: #AE7566;
}
.TagClassName
{
border-color: #AE7566;
}
</style>