Shades of Coral Tree #AE766D
Tints of Coral Tree #AE766D
RGB
CMYK
RGB Variations
Color information
#AE766D (or 0xAE766D) is known color: Coral Tree. HEX triplet: AE, 76 and 6D. RGB value is (174,118,109). Sum of RGB (Red+Green+Blue) = 174+118+109=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE766D is #518992. Grayscale: #858585. Windows color (decimal): -5343635 or 7173806. OLE color: 7173806.
HSL color Cylindrical-coordinate representation of color #AE766D: hue angle of 8.31º 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 #AE766D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 109 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.32 |
| HSL | 8.31º | 0.29% | 0.55% | - |
| HSV(B) | 8.31º | 0.37% | 0.68% | - |
| XYZ | 26.69 | 23.06 | 17.51 | - |
| YUV | 133.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 109 | 0 | 0.32 | 0.37 | 0.32 | 8.31 | 0.29 | 0.55 |
| Hex | AE | 76 | 6D | 0 | 20 | 25 | 20 | 8 | 1D | 37 |
| Octal | 256 | 166 | 155 | 0 | 40 | 45 | 40 | 10 | 35 | 67 |
| Binary | 10101110 | 1110110 | 1101101 | 0 | 100000 | 100101 | 100000 | 1000 | 11101 | 110111 |
Color Harmonies of #AE766D
Complementary color
Monochromatic Colors of #AE766D
Black with #AE766D
Text Example
Text Example
White with #AE766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE766D; }
p { color: rgb(174,118,109); }
H1.HeaderClassName
{
color: #AE766D;
}
.AnyTagClassName
{
color: #AE766D;
}
</style>
background-color css
<style>
a { background-color: #AE766D; }
a { background-color: rgb(174,118,109); }
div.DivClassName
{
background-color: #AE766D;
}
.BgClassName
{
background-color: #AE766D;
}
</style>
border-color css
<style>
span { border-color: #AE766D; }
span { border-color: rgb(174,118,109); }
td.TdClassName
{
border-color: #AE766D;
}
.TagClassName
{
border-color: #AE766D;
}
</style>