Shades of Coral Tree #AE6867
Tints of Coral Tree #AE6867
RGB
CMYK
RGB Variations
Color information
#AE6867 (or 0xAE6867) is known color: Coral Tree. HEX triplet: AE, 68 and 67. RGB value is (174,104,103). Sum of RGB (Red+Green+Blue) = 174+104+103=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6867 is #519798. Grayscale: #7C7C7C. Windows color (decimal): -5347225 or 6777006. OLE color: 6777006.
HSL color Cylindrical-coordinate representation of color #AE6867: hue angle of 0.85º degrees, saturation: 0.3, 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 #AE6867 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 103 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.32 |
| HSL | 0.85º | 0.3% | 0.54% | - |
| HSV(B) | 0.85º | 0.41% | 0.68% | - |
| XYZ | 24.85 | 19.88 | 15.36 | - |
| YUV | 124.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 103 | 0 | 0.40 | 0.41 | 0.32 | 0.85 | 0.3 | 0.54 |
| Hex | AE | 68 | 67 | 0 | 28 | 29 | 20 | 1 | 1E | 36 |
| Octal | 256 | 150 | 147 | 0 | 50 | 51 | 40 | 1 | 36 | 66 |
| Binary | 10101110 | 1101000 | 1100111 | 0 | 101000 | 101001 | 100000 | 1 | 11110 | 110110 |
Color Harmonies of #AE6867
Complementary color
Monochromatic Colors of #AE6867
Black with #AE6867
Text Example
Text Example
White with #AE6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6867; }
p { color: rgb(174,104,103); }
H1.HeaderClassName
{
color: #AE6867;
}
.AnyTagClassName
{
color: #AE6867;
}
</style>
background-color css
<style>
a { background-color: #AE6867; }
a { background-color: rgb(174,104,103); }
div.DivClassName
{
background-color: #AE6867;
}
.BgClassName
{
background-color: #AE6867;
}
</style>
border-color css
<style>
span { border-color: #AE6867; }
span { border-color: rgb(174,104,103); }
td.TdClassName
{
border-color: #AE6867;
}
.TagClassName
{
border-color: #AE6867;
}
</style>