Color Hex Logo

#a8868b Color Hex

#A8868B
(168,134,139)
0 Favorites   0 Comments

Color spaces of #a8868b

RGB 168134139
HSL0.980.160.59
HSV351°20°66°
CMYK 0.000.200.17   0.34
XYZ29.333727.239128.1377
Yxy27.23910.34630.3216
Hunter Lab52.19118.99054.5688
CIE-Lab59.195013.77692.2553

#a8868b color RGB value is (168,134,139).

#a8868b hex color red value is 168, green value is 134 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a8868b hue: 0.98 , saturation: 0.16 and the lightness value of a8868b is 0.59.

The process color (four color CMYK) of #a8868b color hex is 0.00, 0.20, 0.17, 0.34. Web safe color of #a8868b is #999999. Color #a8868b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000110 10001011
Octal 250 206 213
Decimal 168 134 139
Hex A8 86 8B

RGB Percentages of Color #a8868b

%38.10
%30.39
%31.52

CMYK Percentages of Color #a8868b

%0
%20
%17
%34

Triadic Colors of #a8868b

#a8868b #8ba886 #868ba8

Analogous Colors of #a8868b

#a8868b #a89286 #a8869c

Monochromatic Colors of #a8868b

#a8868b

Complementary Color

#a8868b #86a8a3

#a8868b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8868b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8868b Color CSS Codes

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

#a8868b Text Font Color

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

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


#a8868b Background Color

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

This div background color is #a8868b


#a8868b Border Color

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

This div border color is #a8868b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8868b


Comments

No comments written yet.

Please login to write comment.