Color Hex Logo

#a68798 Color Hex

#A68798
(166,135,152)
0 Favorites   0 Comments

Color spaces of #a68798

RGB 166135152
HSL0.910.150.59
HSV327°19°65°
CMYK 0.000.190.08   0.35
XYZ30.057427.701933.4686
Yxy27.70190.32950.3037
Hunter Lab52.63269.8307-0.8592
CIE-Lab59.618514.7078-4.5991

#a68798 color RGB value is (166,135,152).

#a68798 hex color red value is 166, green value is 135 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a68798 hue: 0.91 , saturation: 0.15 and the lightness value of a68798 is 0.59.

The process color (four color CMYK) of #a68798 color hex is 0.00, 0.19, 0.08, 0.35. Web safe color of #a68798 is #999999. Color #a68798 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 10011000
Octal 246 207 230
Decimal 166 135 152
Hex A6 87 98

RGB Percentages of Color #a68798

%36.64
%29.80
%33.55

CMYK Percentages of Color #a68798

%0
%19
%8
%35

Triadic Colors of #a68798

#a68798 #98a687 #8798a6

Analogous Colors of #a68798

#a68798 #a68789 #a587a6

Monochromatic Colors of #a68798

#a68798

Complementary Color

#a68798 #87a695

#a68798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68798 Color CSS Codes

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

#a68798 Text Font Color

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

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


#a68798 Background Color

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

This div background color is #a68798


#a68798 Border Color

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

This div border color is #a68798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68798


Comments

No comments written yet.

Please login to write comment.