Shades of Coral Tree #A67066
Tints of Coral Tree #A67066
RGB
CMYK
RGB Variations
Color information
#A67066 (or 0xA67066) is known color: Coral Tree. HEX triplet: A6, 70 and 66. RGB value is (166,112,102). Sum of RGB (Red+Green+Blue) = 166+112+102=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A67066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67066 is #598F99. Grayscale: #7F7F7F. Windows color (decimal): -5869466 or 6713510. OLE color: 6713510.
HSL color Cylindrical-coordinate representation of color #A67066: hue angle of 9.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67066 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 102 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.35 |
| HSL | 9.38º | 0.26% | 0.53% | - |
| HSV(B) | 9.38º | 0.39% | 0.65% | - |
| XYZ | 23.92 | 20.65 | 15.3 | - |
| YUV | 127.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 102 | 0 | 0.33 | 0.39 | 0.35 | 9.38 | 0.26 | 0.53 |
| Hex | A6 | 70 | 66 | 0 | 21 | 27 | 23 | 9 | 1A | 35 |
| Octal | 246 | 160 | 146 | 0 | 41 | 47 | 43 | 11 | 32 | 65 |
| Binary | 10100110 | 1110000 | 1100110 | 0 | 100001 | 100111 | 100011 | 1001 | 11010 | 110101 |
Color Harmonies of #A67066
Complementary color
Monochromatic Colors of #A67066
Black with #A67066
Text Example
Text Example
White with #A67066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67066; }
p { color: rgb(166,112,102); }
H1.HeaderClassName
{
color: #A67066;
}
.AnyTagClassName
{
color: #A67066;
}
</style>
background-color css
<style>
a { background-color: #A67066; }
a { background-color: rgb(166,112,102); }
div.DivClassName
{
background-color: #A67066;
}
.BgClassName
{
background-color: #A67066;
}
</style>
border-color css
<style>
span { border-color: #A67066; }
span { border-color: rgb(166,112,102); }
td.TdClassName
{
border-color: #A67066;
}
.TagClassName
{
border-color: #A67066;
}
</style>