#A86E68

Color #A86E68 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A86E68

Tints of Coral Tree #A86E68

Color information

#A86E68 (or 0xA86E68) is unknown color: approx Coral Tree. HEX triplet: A8, 6E and 68. RGB value is (168,110,104). Sum of RGB (Red+Green+Blue) = 168+110+104=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E68 is #579197. Grayscale: #7E7E7E. Windows color (decimal): -5738904 or 6844072. OLE color: 6844072.

HSL color Cylindrical-coordinate representation of color #A86E68: hue angle of 5.63º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86E68 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168110104-
CMYK00.350.380.34
HSL5.63º26.89%53.33%-
HSV(B)5.63º38.1%65.88%-
XYZ24.2220.4815.77-
YUV126.66115.22157.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=43.98%
G=28.80%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811010400.350.380.345.6326.8953.33
HexA86E68023262261b35
Octal250156150043464263365
Binary1010100011011101101000010001110011010001011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E68; }

 p { color: rgb(168,110,104); }

 H1.HeaderClassName
 {
   color: #A86E68;
 }
 .AnyTagClassName
 {
   color: #A86E68;
 }
</style>
background-color css

<style>
 a { background-color: #A86E68; }

 a { background-color: rgb(168,110,104); }

 div.DivClassName
 {
   background-color: #A86E68;
 }
 .BgClassName
 {
   background-color: #A86E68;
 }
</style>
border-color css

<style>
 span { border-color: #A86E68; }

 span { border-color: rgb(168,110,104); }

 td.TdClassName
 {
   border-color: #A86E68;
 }
 .TagClassName
 {
   border-color: #A86E68;
 }
</style>