Shades of Coral Tree #AE665A
Tints of Coral Tree #AE665A
RGB
CMYK
RGB Variations
Color information
#AE665A (or 0xAE665A) is known color: Coral Tree. HEX triplet: AE, 66 and 5A. RGB value is (174,102,90). Sum of RGB (Red+Green+Blue) = 174+102+90=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE665A is #5199A5. Grayscale: #7A7A7A. Windows color (decimal): -5347750 or 5924526. OLE color: 5924526.
HSL color Cylindrical-coordinate representation of color #AE665A: hue angle of 8.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE665A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 90 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.32 |
| HSL | 8.57º | 0.34% | 0.52% | - |
| HSV(B) | 8.57º | 0.48% | 0.68% | - |
| XYZ | 24.05 | 19.24 | 12.12 | - |
| YUV | 122.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 90 | 0 | 0.41 | 0.48 | 0.32 | 8.57 | 0.34 | 0.52 |
| Hex | AE | 66 | 5A | 0 | 29 | 30 | 20 | 9 | 22 | 34 |
| Octal | 256 | 146 | 132 | 0 | 51 | 60 | 40 | 11 | 42 | 64 |
| Binary | 10101110 | 1100110 | 1011010 | 0 | 101001 | 110000 | 100000 | 1001 | 100010 | 110100 |
Color Harmonies of #AE665A
Complementary color
Monochromatic Colors of #AE665A
Black with #AE665A
Text Example
Text Example
White with #AE665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE665A; }
p { color: rgb(174,102,90); }
H1.HeaderClassName
{
color: #AE665A;
}
.AnyTagClassName
{
color: #AE665A;
}
</style>
background-color css
<style>
a { background-color: #AE665A; }
a { background-color: rgb(174,102,90); }
div.DivClassName
{
background-color: #AE665A;
}
.BgClassName
{
background-color: #AE665A;
}
</style>
border-color css
<style>
span { border-color: #AE665A; }
span { border-color: rgb(174,102,90); }
td.TdClassName
{
border-color: #AE665A;
}
.TagClassName
{
border-color: #AE665A;
}
</style>