Color Hex Logo

#a6897a Color Hex

#A6897A
(166,137,122)
0 Favorites   0 Comments

Color spaces of #a6897a

RGB 166137122
HSL0.060.200.56
HSV20°27°65°
CMYK 0.000.170.27   0.35
XYZ28.184427.403522.2163
Yxy27.40350.36220.3522
Hunter Lab52.34844.494911.4816
CIE-Lab59.34608.654312.1642

#a6897a color RGB value is (166,137,122).

#a6897a hex color red value is 166, green value is 137 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a6897a hue: 0.06 , saturation: 0.20 and the lightness value of a6897a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 01111010
Octal 246 211 172
Decimal 166 137 122
Hex A6 89 7A

RGB Percentages of Color #a6897a

%39.06
%32.24
%28.71

CMYK Percentages of Color #a6897a

%0
%17
%27
%35

Triadic Colors of #a6897a

#a6897a #7aa689 #897aa6

Analogous Colors of #a6897a

#a6897a #a69f7a #a67a81

Monochromatic Colors of #a6897a

#a6897a

Complementary Color

#a6897a #7a97a6

#a6897a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6897a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6897a Color CSS Codes

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

#a6897a Text Font Color

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

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


#a6897a Background Color

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

This div background color is #a6897a


#a6897a Border Color

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

This div border color is #a6897a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6897a


Comments

No comments written yet.

Please login to write comment.