Shades of Coral Tree #AA6862
Tints of Coral Tree #AA6862
RGB
CMYK
RGB Variations
Color information
#AA6862 (or 0xAA6862) is known color: Coral Tree. HEX triplet: AA, 68 and 62. RGB value is (170,104,98). Sum of RGB (Red+Green+Blue) = 170+104+98=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6862 is #55979D. Grayscale: #7B7B7B. Windows color (decimal): -5609374 or 6449322. OLE color: 6449322.
HSL color Cylindrical-coordinate representation of color #AA6862: hue angle of 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 #AA6862 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 98 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.33 |
| HSL | 5º | 0.3% | 0.53% | - |
| HSV(B) | 5º | 0.42% | 0.67% | - |
| XYZ | 23.73 | 19.33 | 14.04 | - |
| YUV | 123.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 98 | 0 | 0.39 | 0.42 | 0.33 | 5 | 0.3 | 0.53 |
| Hex | AA | 68 | 62 | 0 | 27 | 2A | 21 | 5 | 1E | 35 |
| Octal | 252 | 150 | 142 | 0 | 47 | 52 | 41 | 5 | 36 | 65 |
| Binary | 10101010 | 1101000 | 1100010 | 0 | 100111 | 101010 | 100001 | 101 | 11110 | 110101 |
Color Harmonies of #AA6862
Complementary color
Monochromatic Colors of #AA6862
Black with #AA6862
Text Example
Text Example
White with #AA6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6862; }
p { color: rgb(170,104,98); }
H1.HeaderClassName
{
color: #AA6862;
}
.AnyTagClassName
{
color: #AA6862;
}
</style>
background-color css
<style>
a { background-color: #AA6862; }
a { background-color: rgb(170,104,98); }
div.DivClassName
{
background-color: #AA6862;
}
.BgClassName
{
background-color: #AA6862;
}
</style>
border-color css
<style>
span { border-color: #AA6862; }
span { border-color: rgb(170,104,98); }
td.TdClassName
{
border-color: #AA6862;
}
.TagClassName
{
border-color: #AA6862;
}
</style>