Color Hex Logo

#a6a67c Color Hex

#A6A67C
(166,166,124)
0 Favorites   0 Comments

Color spaces of #a6a67c

RGB 166166124
HSL0.170.190.57
HSV60°25°65°
CMYK 0.000.000.25   0.35
XYZ33.000236.834724.4393
Yxy36.83470.35000.3907
Hunter Lab60.6916-9.153418.6092
CIE-Lab67.1528-6.995021.8213

#a6a67c color RGB value is (166,166,124).

#a6a67c hex color red value is 166, green value is 166 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a6a67c hue: 0.17 , saturation: 0.19 and the lightness value of a6a67c is 0.57.

The process color (four color CMYK) of #a6a67c color hex is 0.00, 0.00, 0.25, 0.35. Web safe color of #a6a67c is #999966. Color #a6a67c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10100110 01111100
Octal 246 246 174
Decimal 166 166 124
Hex A6 A6 7C

RGB Percentages of Color #a6a67c

%36.40
%36.40
%27.19

CMYK Percentages of Color #a6a67c

%0
%0
%25
%35

Triadic Colors of #a6a67c

#a6a67c #7ca6a6 #a67ca6

Analogous Colors of #a6a67c

#a6a67c #91a67c #a6917c

Monochromatic Colors of #a6a67c

#a6a67c

Complementary Color

#a6a67c #7c7ca6

#a6a67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a67c Color CSS Codes

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

#a6a67c Text Font Color

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

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


#a6a67c Background Color

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

This div background color is #a6a67c


#a6a67c Border Color

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

This div border color is #a6a67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a67c


Comments

No comments written yet.

Please login to write comment.