Color Hex Logo

#a86264 Color Hex

#A86264
(168,98,100)
0 Favorites   0 Comments

Color spaces of #a86264

RGB 16898100
HSL1.000.290.52
HSV358°42°66°
CMYK 0.000.420.40   0.34
XYZ22.816417.980314.3246
Yxy17.98030.41390.3262
Hunter Lab42.403221.84219.6529
CIE-Lab49.472228.538711.1636

#a86264 color RGB value is (168,98,100).

#a86264 hex color red value is 168, green value is 98 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a86264 hue: 1.00 , saturation: 0.29 and the lightness value of a86264 is 0.52.

The process color (four color CMYK) of #a86264 color hex is 0.00, 0.42, 0.40, 0.34. Web safe color of #a86264 is #996666. Color #a86264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 01100100
Octal 250 142 144
Decimal 168 98 100
Hex A8 62 64

RGB Percentages of Color #a86264

%45.90
%26.78
%27.32

CMYK Percentages of Color #a86264

%0
%42
%40
%34

Triadic Colors of #a86264

#a86264 #64a862 #6264a8

Analogous Colors of #a86264

#a86264 #a88362 #a86287

Monochromatic Colors of #a86264

#a86264

Complementary Color

#a86264 #62a8a6

#a86264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86264 Color CSS Codes

.mybgcolor {background-color:#a86264; } 
.myforecolor {color:#a86264; }
.mybordercolor {border:3px solid #a86264; }

#a86264 Text Font Color

<p style="color:#a86264">Text here</p>

This sample text font color is #a86264
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a86264 Background Color

<div style="background-color:#a86264">
Div content here</div>

This div background color is #a86264


#a86264 Border Color

<div style="border:3px solid #a86264">
Div here</div>

This div border color is #a86264


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,98,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a86264; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a86264;
  -webkit-box-shadow: 1px 1px 3px 2px #a86264;
  box-shadow:         1px 1px 3px 2px #a86264; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,98,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a86264">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a86264;
  -webkit-box-shadow: 1px 1px 3px 2px #a86264;
  box-shadow:         1px 1px 3px 2px #a86264;">
Div content here</div>

This div box has shadow with color #a86264


Comments

No comments written yet.

Please login to write comment.