Shades of Coral Tree #AE7A6D
Tints of Coral Tree #AE7A6D
RGB
CMYK
RGB Variations
Color information
#AE7A6D (or 0xAE7A6D) is known color: Coral Tree. HEX triplet: AE, 7A and 6D. RGB value is (174,122,109). Sum of RGB (Red+Green+Blue) = 174+122+109=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A6D is #518592. Grayscale: #888888. Windows color (decimal): -5342611 or 7174830. OLE color: 7174830.
HSL color Cylindrical-coordinate representation of color #AE7A6D: hue angle of 12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE7A6D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 109 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.32 |
| HSL | 12º | 0.29% | 0.55% | - |
| HSV(B) | 12º | 0.37% | 0.68% | - |
| XYZ | 27.18 | 24.02 | 17.67 | - |
| YUV | 136.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 109 | 0 | 0.30 | 0.37 | 0.32 | 12 | 0.29 | 0.55 |
| Hex | AE | 7A | 6D | 0 | 1E | 25 | 20 | C | 1D | 37 |
| Octal | 256 | 172 | 155 | 0 | 36 | 45 | 40 | 14 | 35 | 67 |
| Binary | 10101110 | 1111010 | 1101101 | 0 | 11110 | 100101 | 100000 | 1100 | 11101 | 110111 |
Color Harmonies of #AE7A6D
Complementary color
Monochromatic Colors of #AE7A6D
Black with #AE7A6D
Text Example
Text Example
White with #AE7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A6D; }
p { color: rgb(174,122,109); }
H1.HeaderClassName
{
color: #AE7A6D;
}
.AnyTagClassName
{
color: #AE7A6D;
}
</style>
background-color css
<style>
a { background-color: #AE7A6D; }
a { background-color: rgb(174,122,109); }
div.DivClassName
{
background-color: #AE7A6D;
}
.BgClassName
{
background-color: #AE7A6D;
}
</style>
border-color css
<style>
span { border-color: #AE7A6D; }
span { border-color: rgb(174,122,109); }
td.TdClassName
{
border-color: #AE7A6D;
}
.TagClassName
{
border-color: #AE7A6D;
}
</style>