Shades of Coral Tree #A3756F
Tints of Coral Tree #A3756F
RGB
CMYK
RGB Variations
Color information
#A3756F (or 0xA3756F) is known color: Coral Tree. HEX triplet: A3, 75 and 6F. RGB value is (163,117,111). Sum of RGB (Red+Green+Blue) = 163+117+111=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3756F is #5C8A90. Grayscale: #828282. Windows color (decimal): -6064785 or 7304611. OLE color: 7304611.
HSL color Cylindrical-coordinate representation of color #A3756F: hue angle of 6.92º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3756F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 111 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.36 |
| HSL | 6.92º | 0.22% | 0.54% | - |
| HSV(B) | 6.92º | 0.32% | 0.64% | - |
| XYZ | 24.33 | 21.66 | 17.94 | - |
| YUV | 130.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 111 | 0 | 0.28 | 0.32 | 0.36 | 6.92 | 0.22 | 0.54 |
| Hex | A3 | 75 | 6F | 0 | 1C | 20 | 24 | 7 | 16 | 36 |
| Octal | 243 | 165 | 157 | 0 | 34 | 40 | 44 | 7 | 26 | 66 |
| Binary | 10100011 | 1110101 | 1101111 | 0 | 11100 | 100000 | 100100 | 111 | 10110 | 110110 |
Color Harmonies of #A3756F
Complementary color
Monochromatic Colors of #A3756F
Black with #A3756F
Text Example
Text Example
White with #A3756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3756F; }
p { color: rgb(163,117,111); }
H1.HeaderClassName
{
color: #A3756F;
}
.AnyTagClassName
{
color: #A3756F;
}
</style>
background-color css
<style>
a { background-color: #A3756F; }
a { background-color: rgb(163,117,111); }
div.DivClassName
{
background-color: #A3756F;
}
.BgClassName
{
background-color: #A3756F;
}
</style>
border-color css
<style>
span { border-color: #A3756F; }
span { border-color: rgb(163,117,111); }
td.TdClassName
{
border-color: #A3756F;
}
.TagClassName
{
border-color: #A3756F;
}
</style>