Shades of Coral Tree #AA6D62
Tints of Coral Tree #AA6D62
RGB
CMYK
RGB Variations
Color information
#AA6D62 (or 0xAA6D62) is known color: Coral Tree. HEX triplet: AA, 6D and 62. RGB value is (170,109,98). Sum of RGB (Red+Green+Blue) = 170+109+98=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D62 is #55929D. Grayscale: #7E7E7E. Windows color (decimal): -5608094 or 6450602. OLE color: 6450602.
HSL color Cylindrical-coordinate representation of color #AA6D62: hue angle of 9.17º 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 #AA6D62 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 98 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.33 |
| HSL | 9.17º | 0.3% | 0.53% | - |
| HSV(B) | 9.17º | 0.42% | 0.67% | - |
| XYZ | 24.25 | 20.37 | 14.21 | - |
| YUV | 125.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 98 | 0 | 0.36 | 0.42 | 0.33 | 9.17 | 0.3 | 0.53 |
| Hex | AA | 6D | 62 | 0 | 24 | 2A | 21 | 9 | 1E | 35 |
| Octal | 252 | 155 | 142 | 0 | 44 | 52 | 41 | 11 | 36 | 65 |
| Binary | 10101010 | 1101101 | 1100010 | 0 | 100100 | 101010 | 100001 | 1001 | 11110 | 110101 |
Color Harmonies of #AA6D62
Complementary color
Monochromatic Colors of #AA6D62
Black with #AA6D62
Text Example
Text Example
White with #AA6D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D62; }
p { color: rgb(170,109,98); }
H1.HeaderClassName
{
color: #AA6D62;
}
.AnyTagClassName
{
color: #AA6D62;
}
</style>
background-color css
<style>
a { background-color: #AA6D62; }
a { background-color: rgb(170,109,98); }
div.DivClassName
{
background-color: #AA6D62;
}
.BgClassName
{
background-color: #AA6D62;
}
</style>
border-color css
<style>
span { border-color: #AA6D62; }
span { border-color: rgb(170,109,98); }
td.TdClassName
{
border-color: #AA6D62;
}
.TagClassName
{
border-color: #AA6D62;
}
</style>