Shades of Coral Tree #AA6B64
Tints of Coral Tree #AA6B64
RGB
CMYK
RGB Variations
Color information
#AA6B64 (or 0xAA6B64) is known color: Coral Tree. HEX triplet: AA, 6B and 64. RGB value is (170,107,100). Sum of RGB (Red+Green+Blue) = 170+107+100=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B64 is #55949B. Grayscale: #7D7D7D. Windows color (decimal): -5608604 or 6581162. OLE color: 6581162.
HSL color Cylindrical-coordinate representation of color #AA6B64: hue angle of 6º 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 #AA6B64 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 100 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.33 |
| HSL | 6º | 0.29% | 0.53% | - |
| HSV(B) | 6º | 0.41% | 0.67% | - |
| XYZ | 24.14 | 19.98 | 14.64 | - |
| YUV | 125.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 100 | 0 | 0.37 | 0.41 | 0.33 | 6 | 0.29 | 0.53 |
| Hex | AA | 6B | 64 | 0 | 25 | 29 | 21 | 6 | 1D | 35 |
| Octal | 252 | 153 | 144 | 0 | 45 | 51 | 41 | 6 | 35 | 65 |
| Binary | 10101010 | 1101011 | 1100100 | 0 | 100101 | 101001 | 100001 | 110 | 11101 | 110101 |
Color Harmonies of #AA6B64
Complementary color
Monochromatic Colors of #AA6B64
Black with #AA6B64
Text Example
Text Example
White with #AA6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B64; }
p { color: rgb(170,107,100); }
H1.HeaderClassName
{
color: #AA6B64;
}
.AnyTagClassName
{
color: #AA6B64;
}
</style>
background-color css
<style>
a { background-color: #AA6B64; }
a { background-color: rgb(170,107,100); }
div.DivClassName
{
background-color: #AA6B64;
}
.BgClassName
{
background-color: #AA6B64;
}
</style>
border-color css
<style>
span { border-color: #AA6B64; }
span { border-color: rgb(170,107,100); }
td.TdClassName
{
border-color: #AA6B64;
}
.TagClassName
{
border-color: #AA6B64;
}
</style>