Shades of Coral Tree #AA6463
Tints of Coral Tree #AA6463
RGB
CMYK
RGB Variations
Color information
#AA6463 (or 0xAA6463) is known color: Coral Tree. HEX triplet: AA, 64 and 63. RGB value is (170,100,99). Sum of RGB (Red+Green+Blue) = 170+100+99=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6463 is #559B9C. Grayscale: #787878. Windows color (decimal): -5610397 or 6513834. OLE color: 6513834.
HSL color Cylindrical-coordinate representation of color #AA6463: hue angle of 0.85º 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 #AA6463 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 99 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.33 |
| HSL | 0.85º | 0.29% | 0.53% | - |
| HSV(B) | 0.85º | 0.42% | 0.67% | - |
| XYZ | 23.39 | 18.56 | 14.15 | - |
| YUV | 120.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 99 | 0 | 0.41 | 0.42 | 0.33 | 0.85 | 0.29 | 0.53 |
| Hex | AA | 64 | 63 | 0 | 29 | 2A | 21 | 1 | 1D | 35 |
| Octal | 252 | 144 | 143 | 0 | 51 | 52 | 41 | 1 | 35 | 65 |
| Binary | 10101010 | 1100100 | 1100011 | 0 | 101001 | 101010 | 100001 | 1 | 11101 | 110101 |
Color Harmonies of #AA6463
Complementary color
Monochromatic Colors of #AA6463
Black with #AA6463
Text Example
Text Example
White with #AA6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6463; }
p { color: rgb(170,100,99); }
H1.HeaderClassName
{
color: #AA6463;
}
.AnyTagClassName
{
color: #AA6463;
}
</style>
background-color css
<style>
a { background-color: #AA6463; }
a { background-color: rgb(170,100,99); }
div.DivClassName
{
background-color: #AA6463;
}
.BgClassName
{
background-color: #AA6463;
}
</style>
border-color css
<style>
span { border-color: #AA6463; }
span { border-color: rgb(170,100,99); }
td.TdClassName
{
border-color: #AA6463;
}
.TagClassName
{
border-color: #AA6463;
}
</style>