Shades of Coral Tree #AE7067
Tints of Coral Tree #AE7067
RGB
CMYK
RGB Variations
Color information
#AE7067 (or 0xAE7067) is known color: Coral Tree. HEX triplet: AE, 70 and 67. RGB value is (174,112,103). Sum of RGB (Red+Green+Blue) = 174+112+103=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7067 is #518F98. Grayscale: #818181. Windows color (decimal): -5345177 or 6779054. OLE color: 6779054.
HSL color Cylindrical-coordinate representation of color #AE7067: hue angle of 7.61º 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 #AE7067 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 103 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.32 |
| HSL | 7.61º | 0.3% | 0.54% | - |
| HSV(B) | 7.61º | 0.41% | 0.68% | - |
| XYZ | 25.7 | 21.57 | 15.64 | - |
| YUV | 129.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 103 | 0 | 0.36 | 0.41 | 0.32 | 7.61 | 0.3 | 0.54 |
| Hex | AE | 70 | 67 | 0 | 24 | 29 | 20 | 8 | 1E | 36 |
| Octal | 256 | 160 | 147 | 0 | 44 | 51 | 40 | 10 | 36 | 66 |
| Binary | 10101110 | 1110000 | 1100111 | 0 | 100100 | 101001 | 100000 | 1000 | 11110 | 110110 |
Color Harmonies of #AE7067
Complementary color
Monochromatic Colors of #AE7067
Black with #AE7067
Text Example
Text Example
White with #AE7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7067; }
p { color: rgb(174,112,103); }
H1.HeaderClassName
{
color: #AE7067;
}
.AnyTagClassName
{
color: #AE7067;
}
</style>
background-color css
<style>
a { background-color: #AE7067; }
a { background-color: rgb(174,112,103); }
div.DivClassName
{
background-color: #AE7067;
}
.BgClassName
{
background-color: #AE7067;
}
</style>
border-color css
<style>
span { border-color: #AE7067; }
span { border-color: rgb(174,112,103); }
td.TdClassName
{
border-color: #AE7067;
}
.TagClassName
{
border-color: #AE7067;
}
</style>