Shades of Coral Tree #A16C69
Tints of Coral Tree #A16C69
RGB
CMYK
RGB Variations
Color information
#A16C69 (or 0xA16C69) is known color: Coral Tree. HEX triplet: A1, 6C and 69. RGB value is (161,108,105). Sum of RGB (Red+Green+Blue) = 161+108+105=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C69 is #5E9396. Grayscale: #7B7B7B. Windows color (decimal): -6198167 or 6909089. OLE color: 6909089.
HSL color Cylindrical-coordinate representation of color #A16C69: hue angle of 3.21º 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 #A16C69 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 105 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.37 |
| HSL | 3.21º | 0.23% | 0.52% | - |
| HSV(B) | 3.21º | 0.35% | 0.63% | - |
| XYZ | 22.61 | 19.32 | 15.9 | - |
| YUV | 123.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 105 | 0 | 0.33 | 0.35 | 0.37 | 3.21 | 0.23 | 0.52 |
| Hex | A1 | 6C | 69 | 0 | 21 | 23 | 25 | 3 | 17 | 34 |
| Octal | 241 | 154 | 151 | 0 | 41 | 43 | 45 | 3 | 27 | 64 |
| Binary | 10100001 | 1101100 | 1101001 | 0 | 100001 | 100011 | 100101 | 11 | 10111 | 110100 |
Color Harmonies of #A16C69
Complementary color
Monochromatic Colors of #A16C69
Black with #A16C69
Text Example
Text Example
White with #A16C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C69; }
p { color: rgb(161,108,105); }
H1.HeaderClassName
{
color: #A16C69;
}
.AnyTagClassName
{
color: #A16C69;
}
</style>
background-color css
<style>
a { background-color: #A16C69; }
a { background-color: rgb(161,108,105); }
div.DivClassName
{
background-color: #A16C69;
}
.BgClassName
{
background-color: #A16C69;
}
</style>
border-color css
<style>
span { border-color: #A16C69; }
span { border-color: rgb(161,108,105); }
td.TdClassName
{
border-color: #A16C69;
}
.TagClassName
{
border-color: #A16C69;
}
</style>