Shades of Coral Tree #A66D64
Tints of Coral Tree #A66D64
RGB
CMYK
RGB Variations
Color information
#A66D64 (or 0xA66D64) is known color: Coral Tree. HEX triplet: A6, 6D and 64. RGB value is (166,109,100). Sum of RGB (Red+Green+Blue) = 166+109+100=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D64 is #59929B. Grayscale: #7D7D7D. Windows color (decimal): -5870236 or 6581670. OLE color: 6581670.
HSL color Cylindrical-coordinate representation of color #A66D64: hue angle of 8.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66D64 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 100 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.35 |
| HSL | 8.18º | 0.27% | 0.52% | - |
| HSV(B) | 8.18º | 0.4% | 0.65% | - |
| XYZ | 23.49 | 19.96 | 14.67 | - |
| YUV | 125.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 100 | 0 | 0.34 | 0.40 | 0.35 | 8.18 | 0.27 | 0.52 |
| Hex | A6 | 6D | 64 | 0 | 22 | 28 | 23 | 8 | 1B | 34 |
| Octal | 246 | 155 | 144 | 0 | 42 | 50 | 43 | 10 | 33 | 64 |
| Binary | 10100110 | 1101101 | 1100100 | 0 | 100010 | 101000 | 100011 | 1000 | 11011 | 110100 |
Color Harmonies of #A66D64
Complementary color
Monochromatic Colors of #A66D64
Black with #A66D64
Text Example
Text Example
White with #A66D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D64; }
p { color: rgb(166,109,100); }
H1.HeaderClassName
{
color: #A66D64;
}
.AnyTagClassName
{
color: #A66D64;
}
</style>
background-color css
<style>
a { background-color: #A66D64; }
a { background-color: rgb(166,109,100); }
div.DivClassName
{
background-color: #A66D64;
}
.BgClassName
{
background-color: #A66D64;
}
</style>
border-color css
<style>
span { border-color: #A66D64; }
span { border-color: rgb(166,109,100); }
td.TdClassName
{
border-color: #A66D64;
}
.TagClassName
{
border-color: #A66D64;
}
</style>