Shades of Coral Tree #A17066
Tints of Coral Tree #A17066
RGB
CMYK
RGB Variations
Color information
#A17066 (or 0xA17066) is known color: Coral Tree. HEX triplet: A1, 70 and 66. RGB value is (161,112,102). Sum of RGB (Red+Green+Blue) = 161+112+102=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A17066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17066 is #5E8F99. Grayscale: #7D7D7D. Windows color (decimal): -6197146 or 6713505. OLE color: 6713505.
HSL color Cylindrical-coordinate representation of color #A17066: hue angle of 10.17º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17066 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 102 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.37 |
| HSL | 10.17º | 0.24% | 0.52% | - |
| HSV(B) | 10.17º | 0.37% | 0.63% | - |
| XYZ | 22.89 | 20.12 | 15.25 | - |
| YUV | 125.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 102 | 0 | 0.30 | 0.37 | 0.37 | 10.17 | 0.24 | 0.52 |
| Hex | A1 | 70 | 66 | 0 | 1E | 25 | 25 | A | 18 | 34 |
| Octal | 241 | 160 | 146 | 0 | 36 | 45 | 45 | 12 | 30 | 64 |
| Binary | 10100001 | 1110000 | 1100110 | 0 | 11110 | 100101 | 100101 | 1010 | 11000 | 110100 |
Color Harmonies of #A17066
Complementary color
Monochromatic Colors of #A17066
Black with #A17066
Text Example
Text Example
White with #A17066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17066; }
p { color: rgb(161,112,102); }
H1.HeaderClassName
{
color: #A17066;
}
.AnyTagClassName
{
color: #A17066;
}
</style>
background-color css
<style>
a { background-color: #A17066; }
a { background-color: rgb(161,112,102); }
div.DivClassName
{
background-color: #A17066;
}
.BgClassName
{
background-color: #A17066;
}
</style>
border-color css
<style>
span { border-color: #A17066; }
span { border-color: rgb(161,112,102); }
td.TdClassName
{
border-color: #A17066;
}
.TagClassName
{
border-color: #A17066;
}
</style>