Color Hex Logo

#a68992 Color Hex

#A68992
(166,137,146)
0 Favorites   0 Comments

Color spaces of #a68992

RGB 166137146
HSL0.950.140.59
HSV341°17°65°
CMYK 0.000.170.12   0.35
XYZ29.859928.073631.0391
Yxy28.07360.33560.3155
Hunter Lab52.98457.87232.3562
CIE-Lab59.955212.5087-0.6702

#a68992 color RGB value is (166,137,146).

#a68992 hex color red value is 166, green value is 137 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a68992 hue: 0.95 , saturation: 0.14 and the lightness value of a68992 is 0.59.

The process color (four color CMYK) of #a68992 color hex is 0.00, 0.17, 0.12, 0.35. Web safe color of #a68992 is #999999. Color #a68992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 10010010
Octal 246 211 222
Decimal 166 137 146
Hex A6 89 92

RGB Percentages of Color #a68992

%36.97
%30.51
%32.52

CMYK Percentages of Color #a68992

%0
%17
%12
%35

Triadic Colors of #a68992

#a68992 #92a689 #8992a6

Analogous Colors of #a68992

#a68992 #a68f89 #a689a1

Monochromatic Colors of #a68992

#a68992

Complementary Color

#a68992 #89a69d

#a68992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68992 Color CSS Codes

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

#a68992 Text Font Color

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

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


#a68992 Background Color

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

This div background color is #a68992


#a68992 Border Color

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

This div border color is #a68992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68992


Comments

No comments written yet.

Please login to write comment.