Shades of Coral Tree #A6736A
Tints of Coral Tree #A6736A
RGB
CMYK
RGB Variations
Color information
#A6736A (or 0xA6736A) is known color: Coral Tree. HEX triplet: A6, 73 and 6A. RGB value is (166,115,106). Sum of RGB (Red+Green+Blue) = 166+115+106=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6736A is #598C95. Grayscale: #818181. Windows color (decimal): -5868694 or 6976422. OLE color: 6976422.
HSL color Cylindrical-coordinate representation of color #A6736A: hue angle of 9º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6736A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 106 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.35 |
| HSL | 9º | 0.25% | 0.53% | - |
| HSV(B) | 9º | 0.36% | 0.65% | - |
| XYZ | 24.46 | 21.41 | 16.48 | - |
| YUV | 129.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 106 | 0 | 0.31 | 0.36 | 0.35 | 9 | 0.25 | 0.53 |
| Hex | A6 | 73 | 6A | 0 | 1F | 24 | 23 | 9 | 19 | 35 |
| Octal | 246 | 163 | 152 | 0 | 37 | 44 | 43 | 11 | 31 | 65 |
| Binary | 10100110 | 1110011 | 1101010 | 0 | 11111 | 100100 | 100011 | 1001 | 11001 | 110101 |
Color Harmonies of #A6736A
Complementary color
Monochromatic Colors of #A6736A
Black with #A6736A
Text Example
Text Example
White with #A6736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6736A; }
p { color: rgb(166,115,106); }
H1.HeaderClassName
{
color: #A6736A;
}
.AnyTagClassName
{
color: #A6736A;
}
</style>
background-color css
<style>
a { background-color: #A6736A; }
a { background-color: rgb(166,115,106); }
div.DivClassName
{
background-color: #A6736A;
}
.BgClassName
{
background-color: #A6736A;
}
</style>
border-color css
<style>
span { border-color: #A6736A; }
span { border-color: rgb(166,115,106); }
td.TdClassName
{
border-color: #A6736A;
}
.TagClassName
{
border-color: #A6736A;
}
</style>