Shades of Coral Tree #A66C64
Tints of Coral Tree #A66C64
RGB
CMYK
RGB Variations
Color information
#A66C64 (or 0xA66C64) is known color: Coral Tree. HEX triplet: A6, 6C and 64. RGB value is (166,108,100). Sum of RGB (Red+Green+Blue) = 166+108+100=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C64 is #59939B. Grayscale: #7C7C7C. Windows color (decimal): -5870492 or 6581414. OLE color: 6581414.
HSL color Cylindrical-coordinate representation of color #A66C64: hue angle of 7.27º 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 #A66C64 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 108 | 100 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.35 |
| HSL | 7.27º | 0.27% | 0.52% | - |
| HSV(B) | 7.27º | 0.4% | 0.65% | - |
| XYZ | 23.39 | 19.75 | 14.64 | - |
| YUV | 124.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 100 | 0 | 0.35 | 0.40 | 0.35 | 7.27 | 0.27 | 0.52 |
| Hex | A6 | 6C | 64 | 0 | 23 | 28 | 23 | 7 | 1B | 34 |
| Octal | 246 | 154 | 144 | 0 | 43 | 50 | 43 | 7 | 33 | 64 |
| Binary | 10100110 | 1101100 | 1100100 | 0 | 100011 | 101000 | 100011 | 111 | 11011 | 110100 |
Color Harmonies of #A66C64
Complementary color
Monochromatic Colors of #A66C64
Black with #A66C64
Text Example
Text Example
White with #A66C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66C64; }
p { color: rgb(166,108,100); }
H1.HeaderClassName
{
color: #A66C64;
}
.AnyTagClassName
{
color: #A66C64;
}
</style>
background-color css
<style>
a { background-color: #A66C64; }
a { background-color: rgb(166,108,100); }
div.DivClassName
{
background-color: #A66C64;
}
.BgClassName
{
background-color: #A66C64;
}
</style>
border-color css
<style>
span { border-color: #A66C64; }
span { border-color: rgb(166,108,100); }
td.TdClassName
{
border-color: #A66C64;
}
.TagClassName
{
border-color: #A66C64;
}
</style>