Shades of Coral Tree #AE7369
Tints of Coral Tree #AE7369
RGB
CMYK
RGB Variations
Color information
#AE7369 (or 0xAE7369) is known color: Coral Tree. HEX triplet: AE, 73 and 69. RGB value is (174,115,105). Sum of RGB (Red+Green+Blue) = 174+115+105=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7369 is #518C96. Grayscale: #838383. Windows color (decimal): -5344407 or 6910894. OLE color: 6910894.
HSL color Cylindrical-coordinate representation of color #AE7369: hue angle of 8.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7369 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 105 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.32 |
| HSL | 8.7º | 0.3% | 0.55% | - |
| HSV(B) | 8.7º | 0.4% | 0.68% | - |
| XYZ | 26.14 | 22.28 | 16.29 | - |
| YUV | 131.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 105 | 0 | 0.34 | 0.40 | 0.32 | 8.7 | 0.3 | 0.55 |
| Hex | AE | 73 | 69 | 0 | 22 | 28 | 20 | 9 | 1E | 37 |
| Octal | 256 | 163 | 151 | 0 | 42 | 50 | 40 | 11 | 36 | 67 |
| Binary | 10101110 | 1110011 | 1101001 | 0 | 100010 | 101000 | 100000 | 1001 | 11110 | 110111 |
Color Harmonies of #AE7369
Complementary color
Monochromatic Colors of #AE7369
Black with #AE7369
Text Example
Text Example
White with #AE7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7369; }
p { color: rgb(174,115,105); }
H1.HeaderClassName
{
color: #AE7369;
}
.AnyTagClassName
{
color: #AE7369;
}
</style>
background-color css
<style>
a { background-color: #AE7369; }
a { background-color: rgb(174,115,105); }
div.DivClassName
{
background-color: #AE7369;
}
.BgClassName
{
background-color: #AE7369;
}
</style>
border-color css
<style>
span { border-color: #AE7369; }
span { border-color: rgb(174,115,105); }
td.TdClassName
{
border-color: #AE7369;
}
.TagClassName
{
border-color: #AE7369;
}
</style>