Shades of Coral Tree #A8665E
Tints of Coral Tree #A8665E
RGB
CMYK
RGB Variations
Color information
#A8665E (or 0xA8665E) is known color: Coral Tree. HEX triplet: A8, 66 and 5E. RGB value is (168,102,94). Sum of RGB (Red+Green+Blue) = 168+102+94=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8665E is #5799A1. Grayscale: #787878. Windows color (decimal): -5740962 or 6186664. OLE color: 6186664.
HSL color Cylindrical-coordinate representation of color #A8665E: hue angle of 6.49º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8665E is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 94 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.34 |
| HSL | 6.49º | 0.3% | 0.51% | - |
| HSV(B) | 6.49º | 0.44% | 0.66% | - |
| XYZ | 22.92 | 18.64 | 12.98 | - |
| YUV | 120.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 94 | 0 | 0.39 | 0.44 | 0.34 | 6.49 | 0.3 | 0.51 |
| Hex | A8 | 66 | 5E | 0 | 27 | 2C | 22 | 6 | 1E | 33 |
| Octal | 250 | 146 | 136 | 0 | 47 | 54 | 42 | 6 | 36 | 63 |
| Binary | 10101000 | 1100110 | 1011110 | 0 | 100111 | 101100 | 100010 | 110 | 11110 | 110011 |
Color Harmonies of #A8665E
Complementary color
Monochromatic Colors of #A8665E
Black with #A8665E
Text Example
Text Example
White with #A8665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8665E; }
p { color: rgb(168,102,94); }
H1.HeaderClassName
{
color: #A8665E;
}
.AnyTagClassName
{
color: #A8665E;
}
</style>
background-color css
<style>
a { background-color: #A8665E; }
a { background-color: rgb(168,102,94); }
div.DivClassName
{
background-color: #A8665E;
}
.BgClassName
{
background-color: #A8665E;
}
</style>
border-color css
<style>
span { border-color: #A8665E; }
span { border-color: rgb(168,102,94); }
td.TdClassName
{
border-color: #A8665E;
}
.TagClassName
{
border-color: #A8665E;
}
</style>