Shades of Coral Tree #AA6D60
Tints of Coral Tree #AA6D60
RGB
CMYK
RGB Variations
Color information
#AA6D60 (or 0xAA6D60) is known color: Coral Tree. HEX triplet: AA, 6D and 60. RGB value is (170,109,96). Sum of RGB (Red+Green+Blue) = 170+109+96=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D60 is #55929F. Grayscale: #7D7D7D. Windows color (decimal): -5608096 or 6319530. OLE color: 6319530.
HSL color Cylindrical-coordinate representation of color #AA6D60: hue angle of 10.54º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6D60 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 96 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.33 |
| HSL | 10.54º | 0.3% | 0.52% | - |
| HSV(B) | 10.54º | 0.44% | 0.67% | - |
| XYZ | 24.16 | 20.33 | 13.72 | - |
| YUV | 125.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 96 | 0 | 0.36 | 0.44 | 0.33 | 10.54 | 0.3 | 0.52 |
| Hex | AA | 6D | 60 | 0 | 24 | 2C | 21 | B | 1E | 34 |
| Octal | 252 | 155 | 140 | 0 | 44 | 54 | 41 | 13 | 36 | 64 |
| Binary | 10101010 | 1101101 | 1100000 | 0 | 100100 | 101100 | 100001 | 1011 | 11110 | 110100 |
Color Harmonies of #AA6D60
Complementary color
Monochromatic Colors of #AA6D60
Black with #AA6D60
Text Example
Text Example
White with #AA6D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D60; }
p { color: rgb(170,109,96); }
H1.HeaderClassName
{
color: #AA6D60;
}
.AnyTagClassName
{
color: #AA6D60;
}
</style>
background-color css
<style>
a { background-color: #AA6D60; }
a { background-color: rgb(170,109,96); }
div.DivClassName
{
background-color: #AA6D60;
}
.BgClassName
{
background-color: #AA6D60;
}
</style>
border-color css
<style>
span { border-color: #AA6D60; }
span { border-color: rgb(170,109,96); }
td.TdClassName
{
border-color: #AA6D60;
}
.TagClassName
{
border-color: #AA6D60;
}
</style>