Shades of Coral Tree #AE6B62
Tints of Coral Tree #AE6B62
RGB
CMYK
RGB Variations
Color information
#AE6B62 (or 0xAE6B62) is known color: Coral Tree. HEX triplet: AE, 6B and 62. RGB value is (174,107,98). Sum of RGB (Red+Green+Blue) = 174+107+98=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B62 is #51949D. Grayscale: #7E7E7E. Windows color (decimal): -5346462 or 6450094. OLE color: 6450094.
HSL color Cylindrical-coordinate representation of color #AE6B62: hue angle of 7.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6B62 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 98 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.32 |
| HSL | 7.11º | 0.32% | 0.53% | - |
| HSV(B) | 7.11º | 0.44% | 0.68% | - |
| XYZ | 24.92 | 20.4 | 14.18 | - |
| YUV | 126.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 98 | 0 | 0.39 | 0.44 | 0.32 | 7.11 | 0.32 | 0.53 |
| Hex | AE | 6B | 62 | 0 | 27 | 2C | 20 | 7 | 20 | 35 |
| Octal | 256 | 153 | 142 | 0 | 47 | 54 | 40 | 7 | 40 | 65 |
| Binary | 10101110 | 1101011 | 1100010 | 0 | 100111 | 101100 | 100000 | 111 | 100000 | 110101 |
Color Harmonies of #AE6B62
Complementary color
Monochromatic Colors of #AE6B62
Black with #AE6B62
Text Example
Text Example
White with #AE6B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B62; }
p { color: rgb(174,107,98); }
H1.HeaderClassName
{
color: #AE6B62;
}
.AnyTagClassName
{
color: #AE6B62;
}
</style>
background-color css
<style>
a { background-color: #AE6B62; }
a { background-color: rgb(174,107,98); }
div.DivClassName
{
background-color: #AE6B62;
}
.BgClassName
{
background-color: #AE6B62;
}
</style>
border-color css
<style>
span { border-color: #AE6B62; }
span { border-color: rgb(174,107,98); }
td.TdClassName
{
border-color: #AE6B62;
}
.TagClassName
{
border-color: #AE6B62;
}
</style>