Shades of Coral Tree #AA6B65
Tints of Coral Tree #AA6B65
RGB
CMYK
RGB Variations
Color information
#AA6B65 (or 0xAA6B65) is known color: Coral Tree. HEX triplet: AA, 6B and 65. RGB value is (170,107,101). Sum of RGB (Red+Green+Blue) = 170+107+101=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B65 is #55949A. Grayscale: #7D7D7D. Windows color (decimal): -5608603 or 6646698. OLE color: 6646698.
HSL color Cylindrical-coordinate representation of color #AA6B65: hue angle of 5.22º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6B65 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 101 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.33 |
| HSL | 5.22º | 0.29% | 0.53% | - |
| HSV(B) | 5.22º | 0.41% | 0.67% | - |
| XYZ | 24.18 | 20 | 14.9 | - |
| YUV | 125.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 101 | 0 | 0.37 | 0.41 | 0.33 | 5.22 | 0.29 | 0.53 |
| Hex | AA | 6B | 65 | 0 | 25 | 29 | 21 | 5 | 1D | 35 |
| Octal | 252 | 153 | 145 | 0 | 45 | 51 | 41 | 5 | 35 | 65 |
| Binary | 10101010 | 1101011 | 1100101 | 0 | 100101 | 101001 | 100001 | 101 | 11101 | 110101 |
Color Harmonies of #AA6B65
Complementary color
Monochromatic Colors of #AA6B65
Black with #AA6B65
Text Example
Text Example
White with #AA6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B65; }
p { color: rgb(170,107,101); }
H1.HeaderClassName
{
color: #AA6B65;
}
.AnyTagClassName
{
color: #AA6B65;
}
</style>
background-color css
<style>
a { background-color: #AA6B65; }
a { background-color: rgb(170,107,101); }
div.DivClassName
{
background-color: #AA6B65;
}
.BgClassName
{
background-color: #AA6B65;
}
</style>
border-color css
<style>
span { border-color: #AA6B65; }
span { border-color: rgb(170,107,101); }
td.TdClassName
{
border-color: #AA6B65;
}
.TagClassName
{
border-color: #AA6B65;
}
</style>