Shades of Coral Tree #A0746B
Tints of Coral Tree #A0746B
RGB
CMYK
RGB Variations
Color information
#A0746B (or 0xA0746B) is known color: Coral Tree. HEX triplet: A0, 74 and 6B. RGB value is (160,116,107). Sum of RGB (Red+Green+Blue) = 160+116+107=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0746B is #5F8B94. Grayscale: #808080. Windows color (decimal): -6261653 or 7042208. OLE color: 7042208.
HSL color Cylindrical-coordinate representation of color #A0746B: hue angle of 10.19º 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 #A0746B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 107 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.37 |
| HSL | 10.19º | 0.22% | 0.52% | - |
| HSV(B) | 10.19º | 0.33% | 0.63% | - |
| XYZ | 23.4 | 21.03 | 16.74 | - |
| YUV | 128.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 107 | 0 | 0.28 | 0.33 | 0.37 | 10.19 | 0.22 | 0.52 |
| Hex | A0 | 74 | 6B | 0 | 1C | 21 | 25 | A | 16 | 34 |
| Octal | 240 | 164 | 153 | 0 | 34 | 41 | 45 | 12 | 26 | 64 |
| Binary | 10100000 | 1110100 | 1101011 | 0 | 11100 | 100001 | 100101 | 1010 | 10110 | 110100 |
Color Harmonies of #A0746B
Complementary color
Monochromatic Colors of #A0746B
Black with #A0746B
Text Example
Text Example
White with #A0746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0746B; }
p { color: rgb(160,116,107); }
H1.HeaderClassName
{
color: #A0746B;
}
.AnyTagClassName
{
color: #A0746B;
}
</style>
background-color css
<style>
a { background-color: #A0746B; }
a { background-color: rgb(160,116,107); }
div.DivClassName
{
background-color: #A0746B;
}
.BgClassName
{
background-color: #A0746B;
}
</style>
border-color css
<style>
span { border-color: #A0746B; }
span { border-color: rgb(160,116,107); }
td.TdClassName
{
border-color: #A0746B;
}
.TagClassName
{
border-color: #A0746B;
}
</style>