Color Hex Logo

#a68988 Color Hex

#A68988
(166,137,136)
0 Favorites   0 Comments

Color spaces of #a68988

RGB 166137136
HSL0.010.140.59
HSV18°65°
CMYK 0.000.170.18   0.35
XYZ29.115527.775927.1193
Yxy27.77590.34660.3306
Hunter Lab52.70286.38176.3831
CIE-Lab59.685710.82174.6573

#a68988 color RGB value is (166,137,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001001 10001000
Octal 246 211 210
Decimal 166 137 136
Hex A6 89 88

RGB Percentages of Color #a68988

%37.81
%31.21
%30.98

CMYK Percentages of Color #a68988

%0
%17
%18
%35

Triadic Colors of #a68988

#a68988 #88a689 #8988a6

Analogous Colors of #a68988

#a68988 #a69888 #a68896

Monochromatic Colors of #a68988

#a68988

Complementary Color

#a68988 #88a5a6

#a68988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68988 Color CSS Codes

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

#a68988 Text Font Color

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

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


#a68988 Background Color

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

This div background color is #a68988


#a68988 Border Color

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

This div border color is #a68988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68988


Comments

No comments written yet.

Please login to write comment.