Shades of Coral Tree #A06D67
Tints of Coral Tree #A06D67
RGB
CMYK
RGB Variations
Color information
#A06D67 (or 0xA06D67) is known color: Coral Tree. HEX triplet: A0, 6D and 67. RGB value is (160,109,103). Sum of RGB (Red+Green+Blue) = 160+109+103=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D67 is #5F9298. Grayscale: #7B7B7B. Windows color (decimal): -6263449 or 6778272. OLE color: 6778272.
HSL color Cylindrical-coordinate representation of color #A06D67: hue angle of 6.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06D67 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 103 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.37 |
| HSL | 6.32º | 0.23% | 0.52% | - |
| HSV(B) | 6.32º | 0.36% | 0.63% | - |
| XYZ | 22.41 | 19.39 | 15.39 | - |
| YUV | 123.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 103 | 0 | 0.32 | 0.36 | 0.37 | 6.32 | 0.23 | 0.52 |
| Hex | A0 | 6D | 67 | 0 | 20 | 24 | 25 | 6 | 17 | 34 |
| Octal | 240 | 155 | 147 | 0 | 40 | 44 | 45 | 6 | 27 | 64 |
| Binary | 10100000 | 1101101 | 1100111 | 0 | 100000 | 100100 | 100101 | 110 | 10111 | 110100 |
Color Harmonies of #A06D67
Complementary color
Monochromatic Colors of #A06D67
Black with #A06D67
Text Example
Text Example
White with #A06D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D67; }
p { color: rgb(160,109,103); }
H1.HeaderClassName
{
color: #A06D67;
}
.AnyTagClassName
{
color: #A06D67;
}
</style>
background-color css
<style>
a { background-color: #A06D67; }
a { background-color: rgb(160,109,103); }
div.DivClassName
{
background-color: #A06D67;
}
.BgClassName
{
background-color: #A06D67;
}
</style>
border-color css
<style>
span { border-color: #A06D67; }
span { border-color: rgb(160,109,103); }
td.TdClassName
{
border-color: #A06D67;
}
.TagClassName
{
border-color: #A06D67;
}
</style>