Shades of Coral Tree #A66D6B
Tints of Coral Tree #A66D6B
RGB
CMYK
RGB Variations
Color information
#A66D6B (or 0xA66D6B) is known color: Coral Tree. HEX triplet: A6, 6D and 6B. RGB value is (166,109,107). Sum of RGB (Red+Green+Blue) = 166+109+107=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D6B is #599294. Grayscale: #7D7D7D. Windows color (decimal): -5870229 or 7040422. OLE color: 7040422.
HSL color Cylindrical-coordinate representation of color #A66D6B: hue angle of 2.03º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66D6B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 107 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.35 |
| HSL | 2.03º | 0.25% | 0.54% | - |
| HSV(B) | 2.03º | 0.36% | 0.65% | - |
| XYZ | 23.85 | 20.11 | 16.53 | - |
| YUV | 125.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 107 | 0 | 0.34 | 0.36 | 0.35 | 2.03 | 0.25 | 0.54 |
| Hex | A6 | 6D | 6B | 0 | 22 | 24 | 23 | 2 | 19 | 36 |
| Octal | 246 | 155 | 153 | 0 | 42 | 44 | 43 | 2 | 31 | 66 |
| Binary | 10100110 | 1101101 | 1101011 | 0 | 100010 | 100100 | 100011 | 10 | 11001 | 110110 |
Color Harmonies of #A66D6B
Complementary color
Monochromatic Colors of #A66D6B
Black with #A66D6B
Text Example
Text Example
White with #A66D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D6B; }
p { color: rgb(166,109,107); }
H1.HeaderClassName
{
color: #A66D6B;
}
.AnyTagClassName
{
color: #A66D6B;
}
</style>
background-color css
<style>
a { background-color: #A66D6B; }
a { background-color: rgb(166,109,107); }
div.DivClassName
{
background-color: #A66D6B;
}
.BgClassName
{
background-color: #A66D6B;
}
</style>
border-color css
<style>
span { border-color: #A66D6B; }
span { border-color: rgb(166,109,107); }
td.TdClassName
{
border-color: #A66D6B;
}
.TagClassName
{
border-color: #A66D6B;
}
</style>