Shades of Coral Tree #AA5E5D
Tints of Coral Tree #AA5E5D
RGB
CMYK
RGB Variations
Color information
#AA5E5D (or 0xAA5E5D) is known color: Coral Tree. HEX triplet: AA, 5E and 5D. RGB value is (170,94,93). Sum of RGB (Red+Green+Blue) = 170+94+93=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E5D is #55A1A2. Grayscale: #747474. Windows color (decimal): -5611939 or 6119082. OLE color: 6119082.
HSL color Cylindrical-coordinate representation of color #AA5E5D: hue angle of 0.78º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5E5D is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 93 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.33 |
| HSL | 0.78º | 0.31% | 0.52% | - |
| HSV(B) | 0.78º | 0.45% | 0.67% | - |
| XYZ | 22.56 | 17.34 | 12.51 | - |
| YUV | 116.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 93 | 0 | 0.45 | 0.45 | 0.33 | 0.78 | 0.31 | 0.52 |
| Hex | AA | 5E | 5D | 0 | 2D | 2D | 21 | 1 | 1F | 34 |
| Octal | 252 | 136 | 135 | 0 | 55 | 55 | 41 | 1 | 37 | 64 |
| Binary | 10101010 | 1011110 | 1011101 | 0 | 101101 | 101101 | 100001 | 1 | 11111 | 110100 |
Color Harmonies of #AA5E5D
Complementary color
Monochromatic Colors of #AA5E5D
Black with #AA5E5D
Text Example
Text Example
White with #AA5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E5D; }
p { color: rgb(170,94,93); }
H1.HeaderClassName
{
color: #AA5E5D;
}
.AnyTagClassName
{
color: #AA5E5D;
}
</style>
background-color css
<style>
a { background-color: #AA5E5D; }
a { background-color: rgb(170,94,93); }
div.DivClassName
{
background-color: #AA5E5D;
}
.BgClassName
{
background-color: #AA5E5D;
}
</style>
border-color css
<style>
span { border-color: #AA5E5D; }
span { border-color: rgb(170,94,93); }
td.TdClassName
{
border-color: #AA5E5D;
}
.TagClassName
{
border-color: #AA5E5D;
}
</style>