Shades of Coral Tree #AA7363
Tints of Coral Tree #AA7363
RGB
CMYK
RGB Variations
Color information
#AA7363 (or 0xAA7363) is known color: Coral Tree. HEX triplet: AA, 73 and 63. RGB value is (170,115,99). Sum of RGB (Red+Green+Blue) = 170+115+99=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7363 is #558C9C. Grayscale: #818181. Windows color (decimal): -5606557 or 6517674. OLE color: 6517674.
HSL color Cylindrical-coordinate representation of color #AA7363: hue angle of 13.52º 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 #AA7363 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 99 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.33 |
| HSL | 13.52º | 0.29% | 0.53% | - |
| HSV(B) | 13.52º | 0.42% | 0.67% | - |
| XYZ | 24.96 | 21.71 | 14.68 | - |
| YUV | 129.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 99 | 0 | 0.32 | 0.42 | 0.33 | 13.52 | 0.29 | 0.53 |
| Hex | AA | 73 | 63 | 0 | 20 | 2A | 21 | E | 1D | 35 |
| Octal | 252 | 163 | 143 | 0 | 40 | 52 | 41 | 16 | 35 | 65 |
| Binary | 10101010 | 1110011 | 1100011 | 0 | 100000 | 101010 | 100001 | 1110 | 11101 | 110101 |
Color Harmonies of #AA7363
Complementary color
Monochromatic Colors of #AA7363
Black with #AA7363
Text Example
Text Example
White with #AA7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7363; }
p { color: rgb(170,115,99); }
H1.HeaderClassName
{
color: #AA7363;
}
.AnyTagClassName
{
color: #AA7363;
}
</style>
background-color css
<style>
a { background-color: #AA7363; }
a { background-color: rgb(170,115,99); }
div.DivClassName
{
background-color: #AA7363;
}
.BgClassName
{
background-color: #AA7363;
}
</style>
border-color css
<style>
span { border-color: #AA7363; }
span { border-color: rgb(170,115,99); }
td.TdClassName
{
border-color: #AA7363;
}
.TagClassName
{
border-color: #AA7363;
}
</style>