Color Hex Logo

#a88499 Color Hex

#A88499
(168,132,153)
0 Favorites   0 Comments

Color spaces of #a88499

RGB 168132153
HSL0.900.170.59
HSV325°21°66°
CMYK 0.000.210.09   0.34
XYZ30.149527.127333.7840
Yxy27.12730.33110.2979
Hunter Lab52.083912.1805-1.9995
CIE-Lab59.092017.3247-5.9295

#a88499 color RGB value is (168,132,153).

#a88499 hex color red value is 168, green value is 132 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a88499 hue: 0.90 , saturation: 0.17 and the lightness value of a88499 is 0.59.

The process color (four color CMYK) of #a88499 color hex is 0.00, 0.21, 0.09, 0.34. Web safe color of #a88499 is #999999. Color #a88499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 10011001
Octal 250 204 231
Decimal 168 132 153
Hex A8 84 99

RGB Percentages of Color #a88499

%37.09
%29.14
%33.77

CMYK Percentages of Color #a88499

%0
%21
%9
%34

Triadic Colors of #a88499

#a88499 #99a884 #8499a8

Analogous Colors of #a88499

#a88499 #a88487 #a584a8

Monochromatic Colors of #a88499

#a88499

Complementary Color

#a88499 #84a893

#a88499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88499 Color CSS Codes

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

#a88499 Text Font Color

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

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


#a88499 Background Color

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

This div background color is #a88499


#a88499 Border Color

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

This div border color is #a88499


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,132,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a88499; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a88499;
  -webkit-box-shadow: 1px 1px 3px 2px #a88499;
  box-shadow:         1px 1px 3px 2px #a88499; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,132,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88499


Comments

No comments written yet.

Please login to write comment.