#A86E67

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

Shades of Coral Tree #A86E67

Tints of Coral Tree #A86E67

Color information

#A86E67 (or 0xA86E67) is unknown color: approx Coral Tree. HEX triplet: A8, 6E and 67. RGB value is (168,110,103). Sum of RGB (Red+Green+Blue) = 168+110+103=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E67 is #579198. Grayscale: #7E7E7E. Windows color (decimal): -5738905 or 6778536. OLE color: 6778536.

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

Color convert

RGB168110103-
CMYK00.350.390.34
HSL6.46º27.2%53.14%-
HSV(B)6.46º38.69%65.88%-
XYZ24.1720.4615.51-
YUV126.54114.72157.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=44.09%
G=28.87%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811010300.350.390.346.4627.253.14
HexA86E67023272261b35
Octal250156147043474263365
Binary1010100011011101100111010001110011110001011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E67; }

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

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

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

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

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

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

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

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