#A86A68

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

Shades of Coral Tree #A86A68

Tints of Coral Tree #A86A68

Color information

#A86A68 (or 0xA86A68) is unknown color: approx Coral Tree. HEX triplet: A8, 6A and 68. RGB value is (168,106,104). Sum of RGB (Red+Green+Blue) = 168+106+104=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A68 is #579597. Grayscale: #7C7C7C. Windows color (decimal): -5739928 or 6843048. OLE color: 6843048.

HSL color Cylindrical-coordinate representation of color #A86A68: hue angle of 1.88º 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 #A86A68 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168106104-
CMYK00.370.380.34
HSL1.88º26.89%53.33%-
HSV(B)1.88º38.1%65.88%-
XYZ23.819.6315.63-
YUV124.31116.54159.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=44.44%
G=28.04%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810610400.370.380.341.8826.8953.33
HexA86A68025262221b35
Octal250152150045464223365
Binary101010001101010110100001001011001101000101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A68; }

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

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

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

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

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

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

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

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