Shades of Coral Tree #A36E6E
Tints of Coral Tree #A36E6E
RGB
CMYK
RGB Variations
Color information
#A36E6E (or 0xA36E6E) is known color: Coral Tree. HEX triplet: A3, 6E and 6E. RGB value is (163,110,110). Sum of RGB (Red+Green+Blue) = 163+110+110=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E6E is #5C9191. Grayscale: #7D7D7D. Windows color (decimal): -6066578 or 7237283. OLE color: 7237283.
HSL color Cylindrical-coordinate representation of color #A36E6E: hue angle of 0º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36E6E is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 110 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.36 |
| HSL | 0º | 0.22% | 0.54% | - |
| HSV(B) | 0º | 0.33% | 0.64% | - |
| XYZ | 23.49 | 20.06 | 17.39 | - |
| YUV | 125.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 110 | 0 | 0.33 | 0.33 | 0.36 | 0 | 0.22 | 0.54 |
| Hex | A3 | 6E | 6E | 0 | 21 | 21 | 24 | 0 | 16 | 36 |
| Octal | 243 | 156 | 156 | 0 | 41 | 41 | 44 | 0 | 26 | 66 |
| Binary | 10100011 | 1101110 | 1101110 | 0 | 100001 | 100001 | 100100 | 0 | 10110 | 110110 |
Color Harmonies of #A36E6E
Complementary color
Monochromatic Colors of #A36E6E
Black with #A36E6E
Text Example
Text Example
White with #A36E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E6E; }
p { color: rgb(163,110,110); }
H1.HeaderClassName
{
color: #A36E6E;
}
.AnyTagClassName
{
color: #A36E6E;
}
</style>
background-color css
<style>
a { background-color: #A36E6E; }
a { background-color: rgb(163,110,110); }
div.DivClassName
{
background-color: #A36E6E;
}
.BgClassName
{
background-color: #A36E6E;
}
</style>
border-color css
<style>
span { border-color: #A36E6E; }
span { border-color: rgb(163,110,110); }
td.TdClassName
{
border-color: #A36E6E;
}
.TagClassName
{
border-color: #A36E6E;
}
</style>