Shades of Coral Tree #A17068
Tints of Coral Tree #A17068
RGB
CMYK
RGB Variations
Color information
#A17068 (or 0xA17068) is known color: Coral Tree. HEX triplet: A1, 70 and 68. RGB value is (161,112,104). Sum of RGB (Red+Green+Blue) = 161+112+104=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A17068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17068 is #5E8F97. Grayscale: #7D7D7D. Windows color (decimal): -6197144 or 6844577. OLE color: 6844577.
HSL color Cylindrical-coordinate representation of color #A17068: hue angle of 8.42º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17068 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 104 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.37 |
| HSL | 8.42º | 0.23% | 0.52% | - |
| HSV(B) | 8.42º | 0.35% | 0.63% | - |
| XYZ | 22.99 | 20.16 | 15.78 | - |
| YUV | 125.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 104 | 0 | 0.30 | 0.35 | 0.37 | 8.42 | 0.23 | 0.52 |
| Hex | A1 | 70 | 68 | 0 | 1E | 23 | 25 | 8 | 17 | 34 |
| Octal | 241 | 160 | 150 | 0 | 36 | 43 | 45 | 10 | 27 | 64 |
| Binary | 10100001 | 1110000 | 1101000 | 0 | 11110 | 100011 | 100101 | 1000 | 10111 | 110100 |
Color Harmonies of #A17068
Complementary color
Monochromatic Colors of #A17068
Black with #A17068
Text Example
Text Example
White with #A17068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17068; }
p { color: rgb(161,112,104); }
H1.HeaderClassName
{
color: #A17068;
}
.AnyTagClassName
{
color: #A17068;
}
</style>
background-color css
<style>
a { background-color: #A17068; }
a { background-color: rgb(161,112,104); }
div.DivClassName
{
background-color: #A17068;
}
.BgClassName
{
background-color: #A17068;
}
</style>
border-color css
<style>
span { border-color: #A17068; }
span { border-color: rgb(161,112,104); }
td.TdClassName
{
border-color: #A17068;
}
.TagClassName
{
border-color: #A17068;
}
</style>