Shades of Coral Tree #A36C66
Tints of Coral Tree #A36C66
RGB
CMYK
RGB Variations
Color information
#A36C66 (or 0xA36C66) is known color: Coral Tree. HEX triplet: A3, 6C and 66. RGB value is (163,108,102). Sum of RGB (Red+Green+Blue) = 163+108+102=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C66 is #5C9399. Grayscale: #7B7B7B. Windows color (decimal): -6067098 or 6712483. OLE color: 6712483.
HSL color Cylindrical-coordinate representation of color #A36C66: hue angle of 5.9º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36C66 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 102 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.36 |
| HSL | 5.9º | 0.25% | 0.52% | - |
| HSV(B) | 5.9º | 0.37% | 0.64% | - |
| XYZ | 22.87 | 19.47 | 15.12 | - |
| YUV | 123.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 102 | 0 | 0.34 | 0.37 | 0.36 | 5.9 | 0.25 | 0.52 |
| Hex | A3 | 6C | 66 | 0 | 22 | 25 | 24 | 6 | 19 | 34 |
| Octal | 243 | 154 | 146 | 0 | 42 | 45 | 44 | 6 | 31 | 64 |
| Binary | 10100011 | 1101100 | 1100110 | 0 | 100010 | 100101 | 100100 | 110 | 11001 | 110100 |
Color Harmonies of #A36C66
Complementary color
Monochromatic Colors of #A36C66
Black with #A36C66
Text Example
Text Example
White with #A36C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C66; }
p { color: rgb(163,108,102); }
H1.HeaderClassName
{
color: #A36C66;
}
.AnyTagClassName
{
color: #A36C66;
}
</style>
background-color css
<style>
a { background-color: #A36C66; }
a { background-color: rgb(163,108,102); }
div.DivClassName
{
background-color: #A36C66;
}
.BgClassName
{
background-color: #A36C66;
}
</style>
border-color css
<style>
span { border-color: #A36C66; }
span { border-color: rgb(163,108,102); }
td.TdClassName
{
border-color: #A36C66;
}
.TagClassName
{
border-color: #A36C66;
}
</style>