Shades of Coral Tree #A96666
Tints of Coral Tree #A96666
RGB
CMYK
RGB Variations
Color information
#A96666 (or 0xA96666) is known color: Coral Tree. HEX triplet: A9, 66 and 66. RGB value is (169,102,102). Sum of RGB (Red+Green+Blue) = 169+102+102=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96666 is #569999. Grayscale: #7A7A7A. Windows color (decimal): -5675418 or 6710953. OLE color: 6710953.
HSL color Cylindrical-coordinate representation of color #A96666: hue angle of 0º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96666 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 102 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.34 |
| HSL | 0º | 0.28% | 0.53% | - |
| HSV(B) | 0º | 0.4% | 0.66% | - |
| XYZ | 23.51 | 18.9 | 14.98 | - |
| YUV | 122.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 102 | 0 | 0.40 | 0.40 | 0.34 | 0 | 0.28 | 0.53 |
| Hex | A9 | 66 | 66 | 0 | 28 | 28 | 22 | 0 | 1C | 35 |
| Octal | 251 | 146 | 146 | 0 | 50 | 50 | 42 | 0 | 34 | 65 |
| Binary | 10101001 | 1100110 | 1100110 | 0 | 101000 | 101000 | 100010 | 0 | 11100 | 110101 |
Color Harmonies of #A96666
Complementary color
Monochromatic Colors of #A96666
Black with #A96666
Text Example
Text Example
White with #A96666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96666; }
p { color: rgb(169,102,102); }
H1.HeaderClassName
{
color: #A96666;
}
.AnyTagClassName
{
color: #A96666;
}
</style>
background-color css
<style>
a { background-color: #A96666; }
a { background-color: rgb(169,102,102); }
div.DivClassName
{
background-color: #A96666;
}
.BgClassName
{
background-color: #A96666;
}
</style>
border-color css
<style>
span { border-color: #A96666; }
span { border-color: rgb(169,102,102); }
td.TdClassName
{
border-color: #A96666;
}
.TagClassName
{
border-color: #A96666;
}
</style>