Shades of Coral Tree #A2756D
Tints of Coral Tree #A2756D
RGB
CMYK
RGB Variations
Color information
#A2756D (or 0xA2756D) is known color: Coral Tree. HEX triplet: A2, 75 and 6D. RGB value is (162,117,109). Sum of RGB (Red+Green+Blue) = 162+117+109=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2756D is #5D8A92. Grayscale: #818181. Windows color (decimal): -6130323 or 7173538. OLE color: 7173538.
HSL color Cylindrical-coordinate representation of color #A2756D: hue angle of 9.06º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2756D is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 109 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.36 |
| HSL | 9.06º | 0.22% | 0.53% | - |
| HSV(B) | 9.06º | 0.33% | 0.64% | - |
| XYZ | 24.02 | 21.51 | 17.35 | - |
| YUV | 129.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 109 | 0 | 0.28 | 0.33 | 0.36 | 9.06 | 0.22 | 0.53 |
| Hex | A2 | 75 | 6D | 0 | 1C | 21 | 24 | 9 | 16 | 35 |
| Octal | 242 | 165 | 155 | 0 | 34 | 41 | 44 | 11 | 26 | 65 |
| Binary | 10100010 | 1110101 | 1101101 | 0 | 11100 | 100001 | 100100 | 1001 | 10110 | 110101 |
Color Harmonies of #A2756D
Complementary color
Monochromatic Colors of #A2756D
Black with #A2756D
Text Example
Text Example
White with #A2756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2756D; }
p { color: rgb(162,117,109); }
H1.HeaderClassName
{
color: #A2756D;
}
.AnyTagClassName
{
color: #A2756D;
}
</style>
background-color css
<style>
a { background-color: #A2756D; }
a { background-color: rgb(162,117,109); }
div.DivClassName
{
background-color: #A2756D;
}
.BgClassName
{
background-color: #A2756D;
}
</style>
border-color css
<style>
span { border-color: #A2756D; }
span { border-color: rgb(162,117,109); }
td.TdClassName
{
border-color: #A2756D;
}
.TagClassName
{
border-color: #A2756D;
}
</style>