Shades of Coral Tree #AE7A69
Tints of Coral Tree #AE7A69
RGB
CMYK
RGB Variations
Color information
#AE7A69 (or 0xAE7A69) is known color: Coral Tree. HEX triplet: AE, 7A and 69. RGB value is (174,122,105). Sum of RGB (Red+Green+Blue) = 174+122+105=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A69 is #518596. Grayscale: #878787. Windows color (decimal): -5342615 or 6912686. OLE color: 6912686.
HSL color Cylindrical-coordinate representation of color #AE7A69: hue angle of 14.78º 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 #AE7A69 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 105 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.32 |
| HSL | 14.78º | 0.3% | 0.55% | - |
| HSV(B) | 14.78º | 0.4% | 0.68% | - |
| XYZ | 26.96 | 23.94 | 16.56 | - |
| YUV | 135.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 105 | 0 | 0.30 | 0.40 | 0.32 | 14.78 | 0.3 | 0.55 |
| Hex | AE | 7A | 69 | 0 | 1E | 28 | 20 | F | 1E | 37 |
| Octal | 256 | 172 | 151 | 0 | 36 | 50 | 40 | 17 | 36 | 67 |
| Binary | 10101110 | 1111010 | 1101001 | 0 | 11110 | 101000 | 100000 | 1111 | 11110 | 110111 |
Color Harmonies of #AE7A69
Complementary color
Monochromatic Colors of #AE7A69
Black with #AE7A69
Text Example
Text Example
White with #AE7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A69; }
p { color: rgb(174,122,105); }
H1.HeaderClassName
{
color: #AE7A69;
}
.AnyTagClassName
{
color: #AE7A69;
}
</style>
background-color css
<style>
a { background-color: #AE7A69; }
a { background-color: rgb(174,122,105); }
div.DivClassName
{
background-color: #AE7A69;
}
.BgClassName
{
background-color: #AE7A69;
}
</style>
border-color css
<style>
span { border-color: #AE7A69; }
span { border-color: rgb(174,122,105); }
td.TdClassName
{
border-color: #AE7A69;
}
.TagClassName
{
border-color: #AE7A69;
}
</style>