#A86A65

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

Shades of Coral Tree #A86A65

Tints of Coral Tree #A86A65

Color information

#A86A65 (or 0xA86A65) is unknown color: approx Coral Tree. HEX triplet: A8, 6A and 65. RGB value is (168,106,101). Sum of RGB (Red+Green+Blue) = 168+106+101=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A65 is #57959A. Grayscale: #7C7C7C. Windows color (decimal): -5739931 or 6646440. OLE color: 6646440.

HSL color Cylindrical-coordinate representation of color #A86A65: hue angle of 4.48º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86A65 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168106101-
CMYK00.370.400.34
HSL4.48º27.8%52.75%-
HSV(B)4.48º39.88%65.88%-
XYZ23.6519.5714.84-
YUV123.97115.04159.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=44.8%
G=28.27%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810610100.370.400.344.4827.852.75
HexA86A65025282241c35
Octal250152145045504243465
Binary1010100011010101100101010010110100010001010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A65; }

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

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

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

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

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

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

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

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