Shades of Coral Tree #AE776A
Tints of Coral Tree #AE776A
RGB
CMYK
RGB Variations
Color information
#AE776A (or 0xAE776A) is known color: Coral Tree. HEX triplet: AE, 77 and 6A. RGB value is (174,119,106). Sum of RGB (Red+Green+Blue) = 174+119+106=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE776A is #518895. Grayscale: #868686. Windows color (decimal): -5343382 or 6977454. OLE color: 6977454.
HSL color Cylindrical-coordinate representation of color #AE776A: hue angle of 11.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE776A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 106 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.32 |
| HSL | 11.47º | 0.3% | 0.55% | - |
| HSV(B) | 11.47º | 0.39% | 0.68% | - |
| XYZ | 26.65 | 23.23 | 16.72 | - |
| YUV | 133.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 106 | 0 | 0.32 | 0.39 | 0.32 | 11.47 | 0.3 | 0.55 |
| Hex | AE | 77 | 6A | 0 | 20 | 27 | 20 | B | 1E | 37 |
| Octal | 256 | 167 | 152 | 0 | 40 | 47 | 40 | 13 | 36 | 67 |
| Binary | 10101110 | 1110111 | 1101010 | 0 | 100000 | 100111 | 100000 | 1011 | 11110 | 110111 |
Color Harmonies of #AE776A
Complementary color
Monochromatic Colors of #AE776A
Black with #AE776A
Text Example
Text Example
White with #AE776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE776A; }
p { color: rgb(174,119,106); }
H1.HeaderClassName
{
color: #AE776A;
}
.AnyTagClassName
{
color: #AE776A;
}
</style>
background-color css
<style>
a { background-color: #AE776A; }
a { background-color: rgb(174,119,106); }
div.DivClassName
{
background-color: #AE776A;
}
.BgClassName
{
background-color: #AE776A;
}
</style>
border-color css
<style>
span { border-color: #AE776A; }
span { border-color: rgb(174,119,106); }
td.TdClassName
{
border-color: #AE776A;
}
.TagClassName
{
border-color: #AE776A;
}
</style>