Color Hex Logo

#a6908e Color Hex

#A6908E
(166,144,142)
0 Favorites   0 Comments

Color spaces of #a6908e

RGB 166144142
HSL0.010.120.60
HSV14°65°
CMYK 0.000.130.14   0.35
XYZ30.581630.006529.7712
Yxy30.00650.33840.3321
Hunter Lab54.77823.79136.1214
CIE-Lab61.65987.87774.0861

#a6908e color RGB value is (166,144,142).

#a6908e hex color red value is 166, green value is 144 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a6908e hue: 0.01 , saturation: 0.12 and the lightness value of a6908e is 0.60.

The process color (four color CMYK) of #a6908e color hex is 0.00, 0.13, 0.14, 0.35. Web safe color of #a6908e is #999999. Color #a6908e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010000 10001110
Octal 246 220 216
Decimal 166 144 142
Hex A6 90 8E

RGB Percentages of Color #a6908e

%36.73
%31.86
%31.42

CMYK Percentages of Color #a6908e

%0
%13
%14
%35

Triadic Colors of #a6908e

#a6908e #8ea690 #908ea6

Analogous Colors of #a6908e

#a6908e #a69c8e #a68e98

Monochromatic Colors of #a6908e

#a6908e

Complementary Color

#a6908e #8ea4a6

#a6908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6908e Color CSS Codes

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

#a6908e Text Font Color

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

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


#a6908e Background Color

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

This div background color is #a6908e


#a6908e Border Color

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

This div border color is #a6908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6908e


Comments

No comments written yet.

Please login to write comment.