Color Hex Logo

#a86266 Color Hex

#A86266
(168,98,102)
0 Favorites   0 Comments

Color spaces of #a86266

RGB 16898102
HSL0.990.290.52
HSV357°42°66°
CMYK 0.000.420.39   0.34
XYZ22.914418.019514.8408
Yxy18.01950.41080.3231
Hunter Lab42.449422.06888.9861
CIE-Lab49.519828.778010.0381

#a86266 color RGB value is (168,98,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 01100110
Octal 250 142 146
Decimal 168 98 102
Hex A8 62 66

RGB Percentages of Color #a86266

%45.65
%26.63
%27.72

CMYK Percentages of Color #a86266

%0
%42
%39
%34

Triadic Colors of #a86266

#a86266 #66a862 #6266a8

Analogous Colors of #a86266

#a86266 #a88162 #a86289

Monochromatic Colors of #a86266

#a86266

Complementary Color

#a86266 #62a8a4

#a86266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86266 Color CSS Codes

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

#a86266 Text Font Color

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

This sample text font color is #a86266
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.


#a86266 Background Color

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

This div background color is #a86266


#a86266 Border Color

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

This div border color is #a86266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86266


Comments

No comments written yet.

Please login to write comment.