Shades of Coral Tree #A0726B
Tints of Coral Tree #A0726B
RGB
CMYK
RGB Variations
Color information
#A0726B (or 0xA0726B) is known color: Coral Tree. HEX triplet: A0, 72 and 6B. RGB value is (160,114,107). Sum of RGB (Red+Green+Blue) = 160+114+107=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0726B is #5F8D94. Grayscale: #7F7F7F. Windows color (decimal): -6262165 or 7041696. OLE color: 7041696.
HSL color Cylindrical-coordinate representation of color #A0726B: hue angle of 7.92º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0726B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 107 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.37 |
| HSL | 7.92º | 0.22% | 0.52% | - |
| HSV(B) | 7.92º | 0.33% | 0.63% | - |
| XYZ | 23.17 | 20.57 | 16.66 | - |
| YUV | 126.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 107 | 0 | 0.29 | 0.33 | 0.37 | 7.92 | 0.22 | 0.52 |
| Hex | A0 | 72 | 6B | 0 | 1D | 21 | 25 | 8 | 16 | 34 |
| Octal | 240 | 162 | 153 | 0 | 35 | 41 | 45 | 10 | 26 | 64 |
| Binary | 10100000 | 1110010 | 1101011 | 0 | 11101 | 100001 | 100101 | 1000 | 10110 | 110100 |
Color Harmonies of #A0726B
Complementary color
Monochromatic Colors of #A0726B
Black with #A0726B
Text Example
Text Example
White with #A0726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0726B; }
p { color: rgb(160,114,107); }
H1.HeaderClassName
{
color: #A0726B;
}
.AnyTagClassName
{
color: #A0726B;
}
</style>
background-color css
<style>
a { background-color: #A0726B; }
a { background-color: rgb(160,114,107); }
div.DivClassName
{
background-color: #A0726B;
}
.BgClassName
{
background-color: #A0726B;
}
</style>
border-color css
<style>
span { border-color: #A0726B; }
span { border-color: rgb(160,114,107); }
td.TdClassName
{
border-color: #A0726B;
}
.TagClassName
{
border-color: #A0726B;
}
</style>