Shades of Coral Tree #AE625A
Tints of Coral Tree #AE625A
RGB
CMYK
RGB Variations
Color information
#AE625A (or 0xAE625A) is known color: Coral Tree. HEX triplet: AE, 62 and 5A. RGB value is (174,98,90). Sum of RGB (Red+Green+Blue) = 174+98+90=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE625A is #519DA5. Grayscale: #777777. Windows color (decimal): -5348774 or 5923502. OLE color: 5923502.
HSL color Cylindrical-coordinate representation of color #AE625A: hue angle of 5.71º 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 #AE625A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 90 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.32 |
| HSL | 5.71º | 0.34% | 0.52% | - |
| HSV(B) | 5.71º | 0.48% | 0.68% | - |
| XYZ | 23.67 | 18.47 | 11.99 | - |
| YUV | 119.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 90 | 0 | 0.44 | 0.48 | 0.32 | 5.71 | 0.34 | 0.52 |
| Hex | AE | 62 | 5A | 0 | 2C | 30 | 20 | 6 | 22 | 34 |
| Octal | 256 | 142 | 132 | 0 | 54 | 60 | 40 | 6 | 42 | 64 |
| Binary | 10101110 | 1100010 | 1011010 | 0 | 101100 | 110000 | 100000 | 110 | 100010 | 110100 |
Color Harmonies of #AE625A
Complementary color
Monochromatic Colors of #AE625A
Black with #AE625A
Text Example
Text Example
White with #AE625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE625A; }
p { color: rgb(174,98,90); }
H1.HeaderClassName
{
color: #AE625A;
}
.AnyTagClassName
{
color: #AE625A;
}
</style>
background-color css
<style>
a { background-color: #AE625A; }
a { background-color: rgb(174,98,90); }
div.DivClassName
{
background-color: #AE625A;
}
.BgClassName
{
background-color: #AE625A;
}
</style>
border-color css
<style>
span { border-color: #AE625A; }
span { border-color: rgb(174,98,90); }
td.TdClassName
{
border-color: #AE625A;
}
.TagClassName
{
border-color: #AE625A;
}
</style>