Shades of Coral Tree #AA605E
Tints of Coral Tree #AA605E
RGB
CMYK
RGB Variations
Color information
#AA605E (or 0xAA605E) is known color: Coral Tree. HEX triplet: AA, 60 and 5E. RGB value is (170,96,94). Sum of RGB (Red+Green+Blue) = 170+96+94=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605E is #559FA1. Grayscale: #757575. Windows color (decimal): -5611426 or 6185130. OLE color: 6185130.
HSL color Cylindrical-coordinate representation of color #AA605E: hue angle of 1.58º 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 #AA605E is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 94 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.33 |
| HSL | 1.58º | 0.31% | 0.52% | - |
| HSV(B) | 1.58º | 0.45% | 0.67% | - |
| XYZ | 22.78 | 17.72 | 12.81 | - |
| YUV | 117.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 94 | 0 | 0.44 | 0.45 | 0.33 | 1.58 | 0.31 | 0.52 |
| Hex | AA | 60 | 5E | 0 | 2C | 2D | 21 | 2 | 1F | 34 |
| Octal | 252 | 140 | 136 | 0 | 54 | 55 | 41 | 2 | 37 | 64 |
| Binary | 10101010 | 1100000 | 1011110 | 0 | 101100 | 101101 | 100001 | 10 | 11111 | 110100 |
Color Harmonies of #AA605E
Complementary color
Monochromatic Colors of #AA605E
Black with #AA605E
Text Example
Text Example
White with #AA605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA605E; }
p { color: rgb(170,96,94); }
H1.HeaderClassName
{
color: #AA605E;
}
.AnyTagClassName
{
color: #AA605E;
}
</style>
background-color css
<style>
a { background-color: #AA605E; }
a { background-color: rgb(170,96,94); }
div.DivClassName
{
background-color: #AA605E;
}
.BgClassName
{
background-color: #AA605E;
}
</style>
border-color css
<style>
span { border-color: #AA605E; }
span { border-color: rgb(170,96,94); }
td.TdClassName
{
border-color: #AA605E;
}
.TagClassName
{
border-color: #AA605E;
}
</style>