Color Hex Logo

#a86268 Color Hex

#A86268
(168,98,104)
0 Favorites   0 Comments

Color spaces of #a86268

RGB 16898104
HSL0.990.290.52
HSV355°42°66°
CMYK 0.000.420.38   0.34
XYZ23.014818.059715.3696
Yxy18.05970.40770.3200
Hunter Lab42.496722.30048.3045
CIE-Lab49.568429.02208.9138

#a86268 color RGB value is (168,98,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 01101000
Octal 250 142 150
Decimal 168 98 104
Hex A8 62 68

RGB Percentages of Color #a86268

%45.41
%26.49
%28.11

CMYK Percentages of Color #a86268

%0
%42
%38
%34

Triadic Colors of #a86268

#a86268 #68a862 #6268a8

Analogous Colors of #a86268

#a86268 #a87f62 #a8628b

Monochromatic Colors of #a86268

#a86268

Complementary Color

#a86268 #62a8a2

#a86268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86268 Color CSS Codes

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

#a86268 Text Font Color

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

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


#a86268 Background Color

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

This div background color is #a86268


#a86268 Border Color

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

This div border color is #a86268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86268


Comments

No comments written yet.

Please login to write comment.