Shades of Coral Tree #A66666
Tints of Coral Tree #A66666
RGB
CMYK
RGB Variations
Color information
#A66666 (or 0xA66666) is known color: Coral Tree. HEX triplet: A6, 66 and 66. RGB value is (166,102,102). Sum of RGB (Red+Green+Blue) = 166+102+102=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A66666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66666 is #599999. Grayscale: #797979. Windows color (decimal): -5872026 or 6710950. OLE color: 6710950.
HSL color Cylindrical-coordinate representation of color #A66666: hue angle of 0º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66666 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 102 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.35 |
| HSL | 0º | 0.26% | 0.53% | - |
| HSV(B) | 0º | 0.39% | 0.65% | - |
| XYZ | 22.88 | 18.57 | 14.95 | - |
| YUV | 121.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 102 | 0 | 0.39 | 0.39 | 0.35 | 0 | 0.26 | 0.53 |
| Hex | A6 | 66 | 66 | 0 | 27 | 27 | 23 | 0 | 1A | 35 |
| Octal | 246 | 146 | 146 | 0 | 47 | 47 | 43 | 0 | 32 | 65 |
| Binary | 10100110 | 1100110 | 1100110 | 0 | 100111 | 100111 | 100011 | 0 | 11010 | 110101 |
Color Harmonies of #A66666
Complementary color
Monochromatic Colors of #A66666
Black with #A66666
Text Example
Text Example
White with #A66666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66666; }
p { color: rgb(166,102,102); }
H1.HeaderClassName
{
color: #A66666;
}
.AnyTagClassName
{
color: #A66666;
}
</style>
background-color css
<style>
a { background-color: #A66666; }
a { background-color: rgb(166,102,102); }
div.DivClassName
{
background-color: #A66666;
}
.BgClassName
{
background-color: #A66666;
}
</style>
border-color css
<style>
span { border-color: #A66666; }
span { border-color: rgb(166,102,102); }
td.TdClassName
{
border-color: #A66666;
}
.TagClassName
{
border-color: #A66666;
}
</style>