Shades of Coral Tree #A1756D
Tints of Coral Tree #A1756D
RGB
CMYK
RGB Variations
Color information
#A1756D (or 0xA1756D) is known color: Coral Tree. HEX triplet: A1, 75 and 6D. RGB value is (161,117,109). Sum of RGB (Red+Green+Blue) = 161+117+109=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1756D is #5E8A92. Grayscale: #818181. Windows color (decimal): -6195859 or 7173537. OLE color: 7173537.
HSL color Cylindrical-coordinate representation of color #A1756D: hue angle of 9.23º degrees, saturation: 0.22, 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 #A1756D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 109 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.37 |
| HSL | 9.23º | 0.22% | 0.53% | - |
| HSV(B) | 9.23º | 0.32% | 0.63% | - |
| XYZ | 23.82 | 21.4 | 17.34 | - |
| YUV | 129.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 109 | 0 | 0.27 | 0.32 | 0.37 | 9.23 | 0.22 | 0.53 |
| Hex | A1 | 75 | 6D | 0 | 1B | 20 | 25 | 9 | 16 | 35 |
| Octal | 241 | 165 | 155 | 0 | 33 | 40 | 45 | 11 | 26 | 65 |
| Binary | 10100001 | 1110101 | 1101101 | 0 | 11011 | 100000 | 100101 | 1001 | 10110 | 110101 |
Color Harmonies of #A1756D
Complementary color
Monochromatic Colors of #A1756D
Black with #A1756D
Text Example
Text Example
White with #A1756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1756D; }
p { color: rgb(161,117,109); }
H1.HeaderClassName
{
color: #A1756D;
}
.AnyTagClassName
{
color: #A1756D;
}
</style>
background-color css
<style>
a { background-color: #A1756D; }
a { background-color: rgb(161,117,109); }
div.DivClassName
{
background-color: #A1756D;
}
.BgClassName
{
background-color: #A1756D;
}
</style>
border-color css
<style>
span { border-color: #A1756D; }
span { border-color: rgb(161,117,109); }
td.TdClassName
{
border-color: #A1756D;
}
.TagClassName
{
border-color: #A1756D;
}
</style>