Shades of Coral Tree #A66562
Tints of Coral Tree #A66562
RGB
CMYK
RGB Variations
Color information
#A66562 (or 0xA66562) is known color: Coral Tree. HEX triplet: A6, 65 and 62. RGB value is (166,101,98). Sum of RGB (Red+Green+Blue) = 166+101+98=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66562 is #599A9D. Grayscale: #787878. Windows color (decimal): -5872286 or 6448550. OLE color: 6448550.
HSL color Cylindrical-coordinate representation of color #A66562: hue angle of 2.65º 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 #A66562 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 98 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.35 |
| HSL | 2.65º | 0.28% | 0.52% | - |
| HSV(B) | 2.65º | 0.41% | 0.65% | - |
| XYZ | 22.58 | 18.3 | 13.9 | - |
| YUV | 120.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 98 | 0 | 0.39 | 0.41 | 0.35 | 2.65 | 0.28 | 0.52 |
| Hex | A6 | 65 | 62 | 0 | 27 | 29 | 23 | 3 | 1C | 34 |
| Octal | 246 | 145 | 142 | 0 | 47 | 51 | 43 | 3 | 34 | 64 |
| Binary | 10100110 | 1100101 | 1100010 | 0 | 100111 | 101001 | 100011 | 11 | 11100 | 110100 |
Color Harmonies of #A66562
Complementary color
Monochromatic Colors of #A66562
Black with #A66562
Text Example
Text Example
White with #A66562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66562; }
p { color: rgb(166,101,98); }
H1.HeaderClassName
{
color: #A66562;
}
.AnyTagClassName
{
color: #A66562;
}
</style>
background-color css
<style>
a { background-color: #A66562; }
a { background-color: rgb(166,101,98); }
div.DivClassName
{
background-color: #A66562;
}
.BgClassName
{
background-color: #A66562;
}
</style>
border-color css
<style>
span { border-color: #A66562; }
span { border-color: rgb(166,101,98); }
td.TdClassName
{
border-color: #A66562;
}
.TagClassName
{
border-color: #A66562;
}
</style>