Shades of Coral Tree #AE605C
Tints of Coral Tree #AE605C
RGB
CMYK
RGB Variations
Color information
#AE605C (or 0xAE605C) is known color: Coral Tree. HEX triplet: AE, 60 and 5C. RGB value is (174,96,92). Sum of RGB (Red+Green+Blue) = 174+96+92=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE605C is #519FA3. Grayscale: #767676. Windows color (decimal): -5349284 or 6054062. OLE color: 6054062.
HSL color Cylindrical-coordinate representation of color #AE605C: hue angle of 2.93º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE605C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 92 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.32 |
| HSL | 2.93º | 0.34% | 0.52% | - |
| HSV(B) | 2.93º | 0.47% | 0.68% | - |
| XYZ | 23.57 | 18.14 | 12.38 | - |
| YUV | 118.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 92 | 0 | 0.45 | 0.47 | 0.32 | 2.93 | 0.34 | 0.52 |
| Hex | AE | 60 | 5C | 0 | 2D | 2F | 20 | 3 | 22 | 34 |
| Octal | 256 | 140 | 134 | 0 | 55 | 57 | 40 | 3 | 42 | 64 |
| Binary | 10101110 | 1100000 | 1011100 | 0 | 101101 | 101111 | 100000 | 11 | 100010 | 110100 |
Color Harmonies of #AE605C
Complementary color
Monochromatic Colors of #AE605C
Black with #AE605C
Text Example
Text Example
White with #AE605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE605C; }
p { color: rgb(174,96,92); }
H1.HeaderClassName
{
color: #AE605C;
}
.AnyTagClassName
{
color: #AE605C;
}
</style>
background-color css
<style>
a { background-color: #AE605C; }
a { background-color: rgb(174,96,92); }
div.DivClassName
{
background-color: #AE605C;
}
.BgClassName
{
background-color: #AE605C;
}
</style>
border-color css
<style>
span { border-color: #AE605C; }
span { border-color: rgb(174,96,92); }
td.TdClassName
{
border-color: #AE605C;
}
.TagClassName
{
border-color: #AE605C;
}
</style>