Shades of Coral Tree #AA6A63
Tints of Coral Tree #AA6A63
RGB
CMYK
RGB Variations
Color information
#AA6A63 (or 0xAA6A63) is known color: Coral Tree. HEX triplet: AA, 6A and 63. RGB value is (170,106,99). Sum of RGB (Red+Green+Blue) = 170+106+99=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A63 is #55959C. Grayscale: #7C7C7C. Windows color (decimal): -5608861 or 6515370. OLE color: 6515370.
HSL color Cylindrical-coordinate representation of color #AA6A63: hue angle of 5.92º 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 #AA6A63 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 99 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.33 |
| HSL | 5.92º | 0.29% | 0.53% | - |
| HSV(B) | 5.92º | 0.42% | 0.67% | - |
| XYZ | 23.98 | 19.75 | 14.35 | - |
| YUV | 124.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 99 | 0 | 0.38 | 0.42 | 0.33 | 5.92 | 0.29 | 0.53 |
| Hex | AA | 6A | 63 | 0 | 26 | 2A | 21 | 6 | 1D | 35 |
| Octal | 252 | 152 | 143 | 0 | 46 | 52 | 41 | 6 | 35 | 65 |
| Binary | 10101010 | 1101010 | 1100011 | 0 | 100110 | 101010 | 100001 | 110 | 11101 | 110101 |
Color Harmonies of #AA6A63
Complementary color
Monochromatic Colors of #AA6A63
Black with #AA6A63
Text Example
Text Example
White with #AA6A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A63; }
p { color: rgb(170,106,99); }
H1.HeaderClassName
{
color: #AA6A63;
}
.AnyTagClassName
{
color: #AA6A63;
}
</style>
background-color css
<style>
a { background-color: #AA6A63; }
a { background-color: rgb(170,106,99); }
div.DivClassName
{
background-color: #AA6A63;
}
.BgClassName
{
background-color: #AA6A63;
}
</style>
border-color css
<style>
span { border-color: #AA6A63; }
span { border-color: rgb(170,106,99); }
td.TdClassName
{
border-color: #AA6A63;
}
.TagClassName
{
border-color: #AA6A63;
}
</style>