Shades of Coral Tree #A06E6B
Tints of Coral Tree #A06E6B
RGB
CMYK
RGB Variations
Color information
#A06E6B (or 0xA06E6B) is known color: Coral Tree. HEX triplet: A0, 6E and 6B. RGB value is (160,110,107). Sum of RGB (Red+Green+Blue) = 160+110+107=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E6B is #5F9194. Grayscale: #7C7C7C. Windows color (decimal): -6263189 or 7040672. OLE color: 7040672.
HSL color Cylindrical-coordinate representation of color #A06E6B: hue angle of 3.4º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06E6B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 107 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.37 |
| HSL | 3.4º | 0.22% | 0.52% | - |
| HSV(B) | 3.4º | 0.33% | 0.63% | - |
| XYZ | 22.73 | 19.69 | 16.51 | - |
| YUV | 124.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 107 | 0 | 0.31 | 0.33 | 0.37 | 3.4 | 0.22 | 0.52 |
| Hex | A0 | 6E | 6B | 0 | 1F | 21 | 25 | 3 | 16 | 34 |
| Octal | 240 | 156 | 153 | 0 | 37 | 41 | 45 | 3 | 26 | 64 |
| Binary | 10100000 | 1101110 | 1101011 | 0 | 11111 | 100001 | 100101 | 11 | 10110 | 110100 |
Color Harmonies of #A06E6B
Complementary color
Monochromatic Colors of #A06E6B
Black with #A06E6B
Text Example
Text Example
White with #A06E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E6B; }
p { color: rgb(160,110,107); }
H1.HeaderClassName
{
color: #A06E6B;
}
.AnyTagClassName
{
color: #A06E6B;
}
</style>
background-color css
<style>
a { background-color: #A06E6B; }
a { background-color: rgb(160,110,107); }
div.DivClassName
{
background-color: #A06E6B;
}
.BgClassName
{
background-color: #A06E6B;
}
</style>
border-color css
<style>
span { border-color: #A06E6B; }
span { border-color: rgb(160,110,107); }
td.TdClassName
{
border-color: #A06E6B;
}
.TagClassName
{
border-color: #A06E6B;
}
</style>