Shades of Coral Tree #AA6F63
Tints of Coral Tree #AA6F63
RGB
CMYK
RGB Variations
Color information
#AA6F63 (or 0xAA6F63) is known color: Coral Tree. HEX triplet: AA, 6F and 63. RGB value is (170,111,99). Sum of RGB (Red+Green+Blue) = 170+111+99=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F63 is #55909C. Grayscale: #7F7F7F. Windows color (decimal): -5607581 or 6516650. OLE color: 6516650.
HSL color Cylindrical-coordinate representation of color #AA6F63: hue angle of 10.14º degrees, saturation: 0.29, 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 #AA6F63 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 99 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.33 |
| HSL | 10.14º | 0.29% | 0.53% | - |
| HSV(B) | 10.14º | 0.42% | 0.67% | - |
| XYZ | 24.51 | 20.82 | 14.53 | - |
| YUV | 127.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 99 | 0 | 0.35 | 0.42 | 0.33 | 10.14 | 0.29 | 0.53 |
| Hex | AA | 6F | 63 | 0 | 23 | 2A | 21 | A | 1D | 35 |
| Octal | 252 | 157 | 143 | 0 | 43 | 52 | 41 | 12 | 35 | 65 |
| Binary | 10101010 | 1101111 | 1100011 | 0 | 100011 | 101010 | 100001 | 1010 | 11101 | 110101 |
Color Harmonies of #AA6F63
Complementary color
Monochromatic Colors of #AA6F63
Black with #AA6F63
Text Example
Text Example
White with #AA6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F63; }
p { color: rgb(170,111,99); }
H1.HeaderClassName
{
color: #AA6F63;
}
.AnyTagClassName
{
color: #AA6F63;
}
</style>
background-color css
<style>
a { background-color: #AA6F63; }
a { background-color: rgb(170,111,99); }
div.DivClassName
{
background-color: #AA6F63;
}
.BgClassName
{
background-color: #AA6F63;
}
</style>
border-color css
<style>
span { border-color: #AA6F63; }
span { border-color: rgb(170,111,99); }
td.TdClassName
{
border-color: #AA6F63;
}
.TagClassName
{
border-color: #AA6F63;
}
</style>