Color Hex Logo

#a98aac Color Hex

#A98AAC
(169,138,172)
0 Favorites   0 Comments

Color spaces of #a98aac

RGB 169138172
HSL0.820.170.61
HSV295°20°67°
CMYK 0.020.200.00   0.33
XYZ32.897129.590543.0074
Yxy29.59050.31180.2805
Hunter Lab54.397212.7542-8.7978
CIE-Lab61.299317.8695-13.4685

#a98aac color RGB value is (169,138,172).

#a98aac hex color red value is 169, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a98aac hue: 0.82 , saturation: 0.17 and the lightness value of a98aac is 0.61.

The process color (four color CMYK) of #a98aac color hex is 0.02, 0.20, 0.00, 0.33. Web safe color of #a98aac is #999999. Color #a98aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 10101100
Octal 251 212 254
Decimal 169 138 172
Hex A9 8A AC

RGB Percentages of Color #a98aac

%35.28
%28.81
%35.91

CMYK Percentages of Color #a98aac

%2
%20
%0
%33

Triadic Colors of #a98aac

#a98aac #aca98a #8aaca9

Analogous Colors of #a98aac

#a98aac #ac8a9e #988aac

Monochromatic Colors of #a98aac

#a98aac

Complementary Color

#a98aac #8dac8a

#a98aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98aac Color CSS Codes

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

#a98aac Text Font Color

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

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


#a98aac Background Color

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

This div background color is #a98aac


#a98aac Border Color

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

This div border color is #a98aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,138,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a98aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a98aac;
  -webkit-box-shadow: 1px 1px 3px 2px #a98aac;
  box-shadow:         1px 1px 3px 2px #a98aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,138,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98aac


Comments

No comments written yet.

Please login to write comment.