Shades of Coral Tree #AA6A64
Tints of Coral Tree #AA6A64
RGB
CMYK
RGB Variations
Color information
#AA6A64 (or 0xAA6A64) is known color: Coral Tree. HEX triplet: AA, 6A and 64. RGB value is (170,106,100). Sum of RGB (Red+Green+Blue) = 170+106+100=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A64 is #55959B. Grayscale: #7C7C7C. Windows color (decimal): -5608860 or 6580906. OLE color: 6580906.
HSL color Cylindrical-coordinate representation of color #AA6A64: hue angle of 5.14º 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 #AA6A64 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 100 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.33 |
| HSL | 5.14º | 0.29% | 0.53% | - |
| HSV(B) | 5.14º | 0.41% | 0.67% | - |
| XYZ | 24.03 | 19.77 | 14.61 | - |
| YUV | 124.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 100 | 0 | 0.38 | 0.41 | 0.33 | 5.14 | 0.29 | 0.53 |
| Hex | AA | 6A | 64 | 0 | 26 | 29 | 21 | 5 | 1D | 35 |
| Octal | 252 | 152 | 144 | 0 | 46 | 51 | 41 | 5 | 35 | 65 |
| Binary | 10101010 | 1101010 | 1100100 | 0 | 100110 | 101001 | 100001 | 101 | 11101 | 110101 |
Color Harmonies of #AA6A64
Complementary color
Monochromatic Colors of #AA6A64
Black with #AA6A64
Text Example
Text Example
White with #AA6A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A64; }
p { color: rgb(170,106,100); }
H1.HeaderClassName
{
color: #AA6A64;
}
.AnyTagClassName
{
color: #AA6A64;
}
</style>
background-color css
<style>
a { background-color: #AA6A64; }
a { background-color: rgb(170,106,100); }
div.DivClassName
{
background-color: #AA6A64;
}
.BgClassName
{
background-color: #AA6A64;
}
</style>
border-color css
<style>
span { border-color: #AA6A64; }
span { border-color: rgb(170,106,100); }
td.TdClassName
{
border-color: #AA6A64;
}
.TagClassName
{
border-color: #AA6A64;
}
</style>