Shades of Coral Tree #A66662
Tints of Coral Tree #A66662
RGB
CMYK
RGB Variations
Color information
#A66662 (or 0xA66662) is known color: Coral Tree. HEX triplet: A6, 66 and 62. RGB value is (166,102,98). Sum of RGB (Red+Green+Blue) = 166+102+98=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A66662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66662 is #59999D. Grayscale: #787878. Windows color (decimal): -5872030 or 6448806. OLE color: 6448806.
HSL color Cylindrical-coordinate representation of color #A66662: hue angle of 3.53º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66662 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 98 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.35 |
| HSL | 3.53º | 0.28% | 0.52% | - |
| HSV(B) | 3.53º | 0.41% | 0.65% | - |
| XYZ | 22.68 | 18.49 | 13.93 | - |
| YUV | 120.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 98 | 0 | 0.39 | 0.41 | 0.35 | 3.53 | 0.28 | 0.52 |
| Hex | A6 | 66 | 62 | 0 | 27 | 29 | 23 | 4 | 1C | 34 |
| Octal | 246 | 146 | 142 | 0 | 47 | 51 | 43 | 4 | 34 | 64 |
| Binary | 10100110 | 1100110 | 1100010 | 0 | 100111 | 101001 | 100011 | 100 | 11100 | 110100 |
Color Harmonies of #A66662
Complementary color
Monochromatic Colors of #A66662
Black with #A66662
Text Example
Text Example
White with #A66662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66662; }
p { color: rgb(166,102,98); }
H1.HeaderClassName
{
color: #A66662;
}
.AnyTagClassName
{
color: #A66662;
}
</style>
background-color css
<style>
a { background-color: #A66662; }
a { background-color: rgb(166,102,98); }
div.DivClassName
{
background-color: #A66662;
}
.BgClassName
{
background-color: #A66662;
}
</style>
border-color css
<style>
span { border-color: #A66662; }
span { border-color: rgb(166,102,98); }
td.TdClassName
{
border-color: #A66662;
}
.TagClassName
{
border-color: #A66662;
}
</style>