Color Hex Logo

#a86aac Color Hex

#A86AAC
(168,106,172)
0 Favorites   0 Comments

Color spaces of #a86aac

RGB 168106172
HSL0.820.280.55
HSV296°38°67°
CMYK 0.020.380.00   0.33
XYZ28.748921.611541.6859
Yxy21.61150.31230.2348
Hunter Lab46.488229.0325-20.6236
CIE-Lab53.612335.5795-25.2031

#a86aac color RGB value is (168,106,172).

#a86aac hex color red value is 168, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a86aac hue: 0.82 , saturation: 0.28 and the lightness value of a86aac is 0.55.

The process color (four color CMYK) of #a86aac color hex is 0.02, 0.38, 0.00, 0.33. Web safe color of #a86aac is #996699. Color #a86aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101010 10101100
Octal 250 152 254
Decimal 168 106 172
Hex A8 6A AC

RGB Percentages of Color #a86aac

%37.67
%23.77
%38.57

CMYK Percentages of Color #a86aac

%2
%38
%0
%33

Triadic Colors of #a86aac

#a86aac #aca86a #6aaca8

Analogous Colors of #a86aac

#a86aac #ac6a8f #876aac

Monochromatic Colors of #a86aac

#a86aac

Complementary Color

#a86aac #6eac6a

#a86aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86aac Color CSS Codes

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

#a86aac Text Font Color

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

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


#a86aac Background Color

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

This div background color is #a86aac


#a86aac Border Color

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

This div border color is #a86aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86aac


Comments

No comments written yet.

Please login to write comment.