Shades of Coral Tree #A67266
Tints of Coral Tree #A67266
RGB
CMYK
RGB Variations
Color information
#A67266 (or 0xA67266) is known color: Coral Tree. HEX triplet: A6, 72 and 66. RGB value is (166,114,102). Sum of RGB (Red+Green+Blue) = 166+114+102=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A67266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67266 is #598D99. Grayscale: #808080. Windows color (decimal): -5868954 or 6714022. OLE color: 6714022.
HSL color Cylindrical-coordinate representation of color #A67266: hue angle of 11.25º degrees, saturation: 0.26, 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 #A67266 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 102 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.35 |
| HSL | 11.25º | 0.26% | 0.53% | - |
| HSV(B) | 11.25º | 0.39% | 0.65% | - |
| XYZ | 24.14 | 21.1 | 15.37 | - |
| YUV | 128.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 102 | 0 | 0.31 | 0.39 | 0.35 | 11.25 | 0.26 | 0.53 |
| Hex | A6 | 72 | 66 | 0 | 1F | 27 | 23 | B | 1A | 35 |
| Octal | 246 | 162 | 146 | 0 | 37 | 47 | 43 | 13 | 32 | 65 |
| Binary | 10100110 | 1110010 | 1100110 | 0 | 11111 | 100111 | 100011 | 1011 | 11010 | 110101 |
Color Harmonies of #A67266
Complementary color
Monochromatic Colors of #A67266
Black with #A67266
Text Example
Text Example
White with #A67266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67266; }
p { color: rgb(166,114,102); }
H1.HeaderClassName
{
color: #A67266;
}
.AnyTagClassName
{
color: #A67266;
}
</style>
background-color css
<style>
a { background-color: #A67266; }
a { background-color: rgb(166,114,102); }
div.DivClassName
{
background-color: #A67266;
}
.BgClassName
{
background-color: #A67266;
}
</style>
border-color css
<style>
span { border-color: #A67266; }
span { border-color: rgb(166,114,102); }
td.TdClassName
{
border-color: #A67266;
}
.TagClassName
{
border-color: #A67266;
}
</style>