Shades of Coral Tree #A66B60
Tints of Coral Tree #A66B60
RGB
CMYK
RGB Variations
Color information
#A66B60 (or 0xA66B60) is known color: Coral Tree. HEX triplet: A6, 6B and 60. RGB value is (166,107,96). Sum of RGB (Red+Green+Blue) = 166+107+96=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B60 is #59949F. Grayscale: #7B7B7B. Windows color (decimal): -5870752 or 6319014. OLE color: 6319014.
HSL color Cylindrical-coordinate representation of color #A66B60: hue angle of 9.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66B60 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 96 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.35 |
| HSL | 9.43º | 0.28% | 0.51% | - |
| HSV(B) | 9.43º | 0.42% | 0.65% | - |
| XYZ | 23.09 | 19.47 | 13.61 | - |
| YUV | 123.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 96 | 0 | 0.36 | 0.42 | 0.35 | 9.43 | 0.28 | 0.51 |
| Hex | A6 | 6B | 60 | 0 | 24 | 2A | 23 | 9 | 1C | 33 |
| Octal | 246 | 153 | 140 | 0 | 44 | 52 | 43 | 11 | 34 | 63 |
| Binary | 10100110 | 1101011 | 1100000 | 0 | 100100 | 101010 | 100011 | 1001 | 11100 | 110011 |
Color Harmonies of #A66B60
Complementary color
Monochromatic Colors of #A66B60
Black with #A66B60
Text Example
Text Example
White with #A66B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B60; }
p { color: rgb(166,107,96); }
H1.HeaderClassName
{
color: #A66B60;
}
.AnyTagClassName
{
color: #A66B60;
}
</style>
background-color css
<style>
a { background-color: #A66B60; }
a { background-color: rgb(166,107,96); }
div.DivClassName
{
background-color: #A66B60;
}
.BgClassName
{
background-color: #A66B60;
}
</style>
border-color css
<style>
span { border-color: #A66B60; }
span { border-color: rgb(166,107,96); }
td.TdClassName
{
border-color: #A66B60;
}
.TagClassName
{
border-color: #A66B60;
}
</style>