Shades of Coral Tree #AE7268
Tints of Coral Tree #AE7268
RGB
CMYK
RGB Variations
Color information
#AE7268 (or 0xAE7268) is known color: Coral Tree. HEX triplet: AE, 72 and 68. RGB value is (174,114,104). Sum of RGB (Red+Green+Blue) = 174+114+104=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7268 is #518D97. Grayscale: #828282. Windows color (decimal): -5344664 or 6845102. OLE color: 6845102.
HSL color Cylindrical-coordinate representation of color #AE7268: hue angle of 8.57º 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 #AE7268 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 104 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.32 |
| HSL | 8.57º | 0.3% | 0.55% | - |
| HSV(B) | 8.57º | 0.4% | 0.68% | - |
| XYZ | 25.97 | 22.03 | 15.98 | - |
| YUV | 130.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 104 | 0 | 0.34 | 0.40 | 0.32 | 8.57 | 0.3 | 0.55 |
| Hex | AE | 72 | 68 | 0 | 22 | 28 | 20 | 9 | 1E | 37 |
| Octal | 256 | 162 | 150 | 0 | 42 | 50 | 40 | 11 | 36 | 67 |
| Binary | 10101110 | 1110010 | 1101000 | 0 | 100010 | 101000 | 100000 | 1001 | 11110 | 110111 |
Color Harmonies of #AE7268
Complementary color
Monochromatic Colors of #AE7268
Black with #AE7268
Text Example
Text Example
White with #AE7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7268; }
p { color: rgb(174,114,104); }
H1.HeaderClassName
{
color: #AE7268;
}
.AnyTagClassName
{
color: #AE7268;
}
</style>
background-color css
<style>
a { background-color: #AE7268; }
a { background-color: rgb(174,114,104); }
div.DivClassName
{
background-color: #AE7268;
}
.BgClassName
{
background-color: #AE7268;
}
</style>
border-color css
<style>
span { border-color: #AE7268; }
span { border-color: rgb(174,114,104); }
td.TdClassName
{
border-color: #AE7268;
}
.TagClassName
{
border-color: #AE7268;
}
</style>