Shades of Coral Tree #A06F6D
Tints of Coral Tree #A06F6D
RGB
CMYK
RGB Variations
Color information
#A06F6D (or 0xA06F6D) is known color: Coral Tree. HEX triplet: A0, 6F and 6D. RGB value is (160,111,109). Sum of RGB (Red+Green+Blue) = 160+111+109=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F6D is #5F9092. Grayscale: #7D7D7D. Windows color (decimal): -6262931 or 7172000. OLE color: 7172000.
HSL color Cylindrical-coordinate representation of color #A06F6D: hue angle of 2.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06F6D is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 109 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.37 |
| HSL | 2.35º | 0.21% | 0.53% | - |
| HSV(B) | 2.35º | 0.32% | 0.63% | - |
| XYZ | 22.94 | 19.95 | 17.11 | - |
| YUV | 125.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 109 | 0 | 0.31 | 0.32 | 0.37 | 2.35 | 0.21 | 0.53 |
| Hex | A0 | 6F | 6D | 0 | 1F | 20 | 25 | 2 | 15 | 35 |
| Octal | 240 | 157 | 155 | 0 | 37 | 40 | 45 | 2 | 25 | 65 |
| Binary | 10100000 | 1101111 | 1101101 | 0 | 11111 | 100000 | 100101 | 10 | 10101 | 110101 |
Color Harmonies of #A06F6D
Complementary color
Monochromatic Colors of #A06F6D
Black with #A06F6D
Text Example
Text Example
White with #A06F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F6D; }
p { color: rgb(160,111,109); }
H1.HeaderClassName
{
color: #A06F6D;
}
.AnyTagClassName
{
color: #A06F6D;
}
</style>
background-color css
<style>
a { background-color: #A06F6D; }
a { background-color: rgb(160,111,109); }
div.DivClassName
{
background-color: #A06F6D;
}
.BgClassName
{
background-color: #A06F6D;
}
</style>
border-color css
<style>
span { border-color: #A06F6D; }
span { border-color: rgb(160,111,109); }
td.TdClassName
{
border-color: #A06F6D;
}
.TagClassName
{
border-color: #A06F6D;
}
</style>