Shades of Coral Tree #A66F63
Tints of Coral Tree #A66F63
RGB
CMYK
RGB Variations
Color information
#A66F63 (or 0xA66F63) is known color: Coral Tree. HEX triplet: A6, 6F and 63. RGB value is (166,111,99). Sum of RGB (Red+Green+Blue) = 166+111+99=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F63 is #59909C. Grayscale: #7E7E7E. Windows color (decimal): -5869725 or 6516646. OLE color: 6516646.
HSL color Cylindrical-coordinate representation of color #A66F63: hue angle of 10.75º 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 #A66F63 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 99 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.35 |
| HSL | 10.75º | 0.27% | 0.52% | - |
| HSV(B) | 10.75º | 0.4% | 0.65% | - |
| XYZ | 23.66 | 20.38 | 14.49 | - |
| YUV | 126.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 99 | 0 | 0.33 | 0.40 | 0.35 | 10.75 | 0.27 | 0.52 |
| Hex | A6 | 6F | 63 | 0 | 21 | 28 | 23 | B | 1B | 34 |
| Octal | 246 | 157 | 143 | 0 | 41 | 50 | 43 | 13 | 33 | 64 |
| Binary | 10100110 | 1101111 | 1100011 | 0 | 100001 | 101000 | 100011 | 1011 | 11011 | 110100 |
Color Harmonies of #A66F63
Complementary color
Monochromatic Colors of #A66F63
Black with #A66F63
Text Example
Text Example
White with #A66F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F63; }
p { color: rgb(166,111,99); }
H1.HeaderClassName
{
color: #A66F63;
}
.AnyTagClassName
{
color: #A66F63;
}
</style>
background-color css
<style>
a { background-color: #A66F63; }
a { background-color: rgb(166,111,99); }
div.DivClassName
{
background-color: #A66F63;
}
.BgClassName
{
background-color: #A66F63;
}
</style>
border-color css
<style>
span { border-color: #A66F63; }
span { border-color: rgb(166,111,99); }
td.TdClassName
{
border-color: #A66F63;
}
.TagClassName
{
border-color: #A66F63;
}
</style>