Shades of Coral Tree #A66C63
Tints of Coral Tree #A66C63
RGB
CMYK
RGB Variations
Color information
#A66C63 (or 0xA66C63) is known color: Coral Tree. HEX triplet: A6, 6C and 63. RGB value is (166,108,99). Sum of RGB (Red+Green+Blue) = 166+108+99=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C63 is #59939C. Grayscale: #7C7C7C. Windows color (decimal): -5870493 or 6515878. OLE color: 6515878.
HSL color Cylindrical-coordinate representation of color #A66C63: hue angle of 8.06º 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 #A66C63 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 108 | 99 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.35 |
| HSL | 8.06º | 0.27% | 0.52% | - |
| HSV(B) | 8.06º | 0.4% | 0.65% | - |
| XYZ | 23.34 | 19.73 | 14.38 | - |
| YUV | 124.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 99 | 0 | 0.35 | 0.40 | 0.35 | 8.06 | 0.27 | 0.52 |
| Hex | A6 | 6C | 63 | 0 | 23 | 28 | 23 | 8 | 1B | 34 |
| Octal | 246 | 154 | 143 | 0 | 43 | 50 | 43 | 10 | 33 | 64 |
| Binary | 10100110 | 1101100 | 1100011 | 0 | 100011 | 101000 | 100011 | 1000 | 11011 | 110100 |
Color Harmonies of #A66C63
Complementary color
Monochromatic Colors of #A66C63
Black with #A66C63
Text Example
Text Example
White with #A66C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66C63; }
p { color: rgb(166,108,99); }
H1.HeaderClassName
{
color: #A66C63;
}
.AnyTagClassName
{
color: #A66C63;
}
</style>
background-color css
<style>
a { background-color: #A66C63; }
a { background-color: rgb(166,108,99); }
div.DivClassName
{
background-color: #A66C63;
}
.BgClassName
{
background-color: #A66C63;
}
</style>
border-color css
<style>
span { border-color: #A66C63; }
span { border-color: rgb(166,108,99); }
td.TdClassName
{
border-color: #A66C63;
}
.TagClassName
{
border-color: #A66C63;
}
</style>