Shades of Coral Tree #AE756F
Tints of Coral Tree #AE756F
RGB
CMYK
RGB Variations
Color information
#AE756F (or 0xAE756F) is known color: Coral Tree. HEX triplet: AE, 75 and 6F. RGB value is (174,117,111). Sum of RGB (Red+Green+Blue) = 174+117+111=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE756F is #518A90. Grayscale: #858585. Windows color (decimal): -5343889 or 7304622. OLE color: 7304622.
HSL color Cylindrical-coordinate representation of color #AE756F: hue angle of 5.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE756F is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 111 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.32 |
| HSL | 5.71º | 0.28% | 0.56% | - |
| HSV(B) | 5.71º | 0.36% | 0.68% | - |
| XYZ | 26.69 | 22.87 | 18.05 | - |
| YUV | 133.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 111 | 0 | 0.33 | 0.36 | 0.32 | 5.71 | 0.28 | 0.56 |
| Hex | AE | 75 | 6F | 0 | 21 | 24 | 20 | 6 | 1C | 38 |
| Octal | 256 | 165 | 157 | 0 | 41 | 44 | 40 | 6 | 34 | 70 |
| Binary | 10101110 | 1110101 | 1101111 | 0 | 100001 | 100100 | 100000 | 110 | 11100 | 111000 |
Color Harmonies of #AE756F
Complementary color
Monochromatic Colors of #AE756F
Black with #AE756F
Text Example
Text Example
White with #AE756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE756F; }
p { color: rgb(174,117,111); }
H1.HeaderClassName
{
color: #AE756F;
}
.AnyTagClassName
{
color: #AE756F;
}
</style>
background-color css
<style>
a { background-color: #AE756F; }
a { background-color: rgb(174,117,111); }
div.DivClassName
{
background-color: #AE756F;
}
.BgClassName
{
background-color: #AE756F;
}
</style>
border-color css
<style>
span { border-color: #AE756F; }
span { border-color: rgb(174,117,111); }
td.TdClassName
{
border-color: #AE756F;
}
.TagClassName
{
border-color: #AE756F;
}
</style>