Shades of Coral Tree #A67366
Tints of Coral Tree #A67366
RGB
CMYK
RGB Variations
Color information
#A67366 (or 0xA67366) is known color: Coral Tree. HEX triplet: A6, 73 and 66. RGB value is (166,115,102). Sum of RGB (Red+Green+Blue) = 166+115+102=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A67366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67366 is #598C99. Grayscale: #808080. Windows color (decimal): -5868698 or 6714278. OLE color: 6714278.
HSL color Cylindrical-coordinate representation of color #A67366: hue angle of 12.19º 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 #A67366 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 102 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.35 |
| HSL | 12.19º | 0.26% | 0.53% | - |
| HSV(B) | 12.19º | 0.39% | 0.65% | - |
| XYZ | 24.25 | 21.33 | 15.41 | - |
| YUV | 128.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 102 | 0 | 0.31 | 0.39 | 0.35 | 12.19 | 0.26 | 0.53 |
| Hex | A6 | 73 | 66 | 0 | 1F | 27 | 23 | C | 1A | 35 |
| Octal | 246 | 163 | 146 | 0 | 37 | 47 | 43 | 14 | 32 | 65 |
| Binary | 10100110 | 1110011 | 1100110 | 0 | 11111 | 100111 | 100011 | 1100 | 11010 | 110101 |
Color Harmonies of #A67366
Complementary color
Monochromatic Colors of #A67366
Black with #A67366
Text Example
Text Example
White with #A67366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67366; }
p { color: rgb(166,115,102); }
H1.HeaderClassName
{
color: #A67366;
}
.AnyTagClassName
{
color: #A67366;
}
</style>
background-color css
<style>
a { background-color: #A67366; }
a { background-color: rgb(166,115,102); }
div.DivClassName
{
background-color: #A67366;
}
.BgClassName
{
background-color: #A67366;
}
</style>
border-color css
<style>
span { border-color: #A67366; }
span { border-color: rgb(166,115,102); }
td.TdClassName
{
border-color: #A67366;
}
.TagClassName
{
border-color: #A67366;
}
</style>