Color Hex Logo

#a6a86c Color Hex

#A6A86C
(166,168,108)
0 Favorites   0 Comments

Color spaces of #a6a86c

RGB 166168108
HSL0.170.260.54
HSV62°36°66°
CMYK 0.010.000.36   0.34
XYZ32.435337.195019.6572
Yxy37.19500.36330.4166
Hunter Lab60.9877-11.796223.5814
CIE-Lab67.4231-10.176630.7968

#a6a86c color RGB value is (166,168,108).

#a6a86c hex color red value is 166, green value is 168 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a6a86c hue: 0.17 , saturation: 0.26 and the lightness value of a6a86c is 0.54.

The process color (four color CMYK) of #a6a86c color hex is 0.01, 0.00, 0.36, 0.34. Web safe color of #a6a86c is #999966. Color #a6a86c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101000 01101100
Octal 246 250 154
Decimal 166 168 108
Hex A6 A8 6C

RGB Percentages of Color #a6a86c

%37.56
%38.01
%24.43

CMYK Percentages of Color #a6a86c

%1
%0
%36
%34

Triadic Colors of #a6a86c

#a6a86c #6ca6a8 #a86ca6

Analogous Colors of #a6a86c

#a6a86c #88a86c #a88c6c

Monochromatic Colors of #a6a86c

#a6a86c

Complementary Color

#a6a86c #6e6ca8

#a6a86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a86c Color CSS Codes

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

#a6a86c Text Font Color

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

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


#a6a86c Background Color

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

This div background color is #a6a86c


#a6a86c Border Color

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

This div border color is #a6a86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a86c


Comments

No comments written yet.

Please login to write comment.