Shades of Coral Tree #AA6562
Tints of Coral Tree #AA6562
RGB
CMYK
RGB Variations
Color information
#AA6562 (or 0xAA6562) is known color: Coral Tree. HEX triplet: AA, 65 and 62. RGB value is (170,101,98). Sum of RGB (Red+Green+Blue) = 170+101+98=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6562 is #559A9D. Grayscale: #797979. Windows color (decimal): -5610142 or 6448554. OLE color: 6448554.
HSL color Cylindrical-coordinate representation of color #AA6562: hue angle of 2.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6562 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 98 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.33 |
| HSL | 2.5º | 0.3% | 0.53% | - |
| HSV(B) | 2.5º | 0.42% | 0.67% | - |
| XYZ | 23.44 | 18.74 | 13.94 | - |
| YUV | 121.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 98 | 0 | 0.41 | 0.42 | 0.33 | 2.5 | 0.3 | 0.53 |
| Hex | AA | 65 | 62 | 0 | 29 | 2A | 21 | 2 | 1E | 35 |
| Octal | 252 | 145 | 142 | 0 | 51 | 52 | 41 | 2 | 36 | 65 |
| Binary | 10101010 | 1100101 | 1100010 | 0 | 101001 | 101010 | 100001 | 10 | 11110 | 110101 |
Color Harmonies of #AA6562
Complementary color
Monochromatic Colors of #AA6562
Black with #AA6562
Text Example
Text Example
White with #AA6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6562; }
p { color: rgb(170,101,98); }
H1.HeaderClassName
{
color: #AA6562;
}
.AnyTagClassName
{
color: #AA6562;
}
</style>
background-color css
<style>
a { background-color: #AA6562; }
a { background-color: rgb(170,101,98); }
div.DivClassName
{
background-color: #AA6562;
}
.BgClassName
{
background-color: #AA6562;
}
</style>
border-color css
<style>
span { border-color: #AA6562; }
span { border-color: rgb(170,101,98); }
td.TdClassName
{
border-color: #AA6562;
}
.TagClassName
{
border-color: #AA6562;
}
</style>