Shades of Coral Tree #AE6B67
Tints of Coral Tree #AE6B67
RGB
CMYK
RGB Variations
Color information
#AE6B67 (or 0xAE6B67) is known color: Coral Tree. HEX triplet: AE, 6B and 67. RGB value is (174,107,103). Sum of RGB (Red+Green+Blue) = 174+107+103=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B67 is #519498. Grayscale: #7E7E7E. Windows color (decimal): -5346457 or 6777774. OLE color: 6777774.
HSL color Cylindrical-coordinate representation of color #AE6B67: hue angle of 3.38º 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 #AE6B67 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 103 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.32 |
| HSL | 3.38º | 0.3% | 0.54% | - |
| HSV(B) | 3.38º | 0.41% | 0.68% | - |
| XYZ | 25.16 | 20.49 | 15.46 | - |
| YUV | 126.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 103 | 0 | 0.39 | 0.41 | 0.32 | 3.38 | 0.3 | 0.54 |
| Hex | AE | 6B | 67 | 0 | 27 | 29 | 20 | 3 | 1E | 36 |
| Octal | 256 | 153 | 147 | 0 | 47 | 51 | 40 | 3 | 36 | 66 |
| Binary | 10101110 | 1101011 | 1100111 | 0 | 100111 | 101001 | 100000 | 11 | 11110 | 110110 |
Color Harmonies of #AE6B67
Complementary color
Monochromatic Colors of #AE6B67
Black with #AE6B67
Text Example
Text Example
White with #AE6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B67; }
p { color: rgb(174,107,103); }
H1.HeaderClassName
{
color: #AE6B67;
}
.AnyTagClassName
{
color: #AE6B67;
}
</style>
background-color css
<style>
a { background-color: #AE6B67; }
a { background-color: rgb(174,107,103); }
div.DivClassName
{
background-color: #AE6B67;
}
.BgClassName
{
background-color: #AE6B67;
}
</style>
border-color css
<style>
span { border-color: #AE6B67; }
span { border-color: rgb(174,107,103); }
td.TdClassName
{
border-color: #AE6B67;
}
.TagClassName
{
border-color: #AE6B67;
}
</style>