Shades of Coral Tree #A77266
Tints of Coral Tree #A77266
RGB
CMYK
RGB Variations
Color information
#A77266 (or 0xA77266) is known color: Coral Tree. HEX triplet: A7, 72 and 66. RGB value is (167,114,102). Sum of RGB (Red+Green+Blue) = 167+114+102=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A77266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77266 is #588D99. Grayscale: #808080. Windows color (decimal): -5803418 or 6714023. OLE color: 6714023.
HSL color Cylindrical-coordinate representation of color #A77266: hue angle of 11.08º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A77266 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 102 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.35 |
| HSL | 11.08º | 0.27% | 0.53% | - |
| HSV(B) | 11.08º | 0.39% | 0.65% | - |
| XYZ | 24.35 | 21.21 | 15.38 | - |
| YUV | 128.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 102 | 0 | 0.32 | 0.39 | 0.35 | 11.08 | 0.27 | 0.53 |
| Hex | A7 | 72 | 66 | 0 | 20 | 27 | 23 | B | 1B | 35 |
| Octal | 247 | 162 | 146 | 0 | 40 | 47 | 43 | 13 | 33 | 65 |
| Binary | 10100111 | 1110010 | 1100110 | 0 | 100000 | 100111 | 100011 | 1011 | 11011 | 110101 |
Color Harmonies of #A77266
Complementary color
Monochromatic Colors of #A77266
Black with #A77266
Text Example
Text Example
White with #A77266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77266; }
p { color: rgb(167,114,102); }
H1.HeaderClassName
{
color: #A77266;
}
.AnyTagClassName
{
color: #A77266;
}
</style>
background-color css
<style>
a { background-color: #A77266; }
a { background-color: rgb(167,114,102); }
div.DivClassName
{
background-color: #A77266;
}
.BgClassName
{
background-color: #A77266;
}
</style>
border-color css
<style>
span { border-color: #A77266; }
span { border-color: rgb(167,114,102); }
td.TdClassName
{
border-color: #A77266;
}
.TagClassName
{
border-color: #A77266;
}
</style>