Color Hex Logo

#a098ac Color Hex

#A098AC
(160,152,172)
0 Favorites   0 Comments

Color spaces of #a098ac

RGB 160152172
HSL0.730.110.64
HSV264°12°67°
CMYK 0.070.120.00   0.33
XYZ33.171832.908643.6334
Yxy32.90860.30230.2999
Hunter Lab57.36602.8268-4.9406
CIE-Lab64.08686.8286-9.3709

#a098ac color RGB value is (160,152,172).

#a098ac hex color red value is 160, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a098ac hue: 0.73 , saturation: 0.11 and the lightness value of a098ac is 0.64.

The process color (four color CMYK) of #a098ac color hex is 0.07, 0.12, 0.00, 0.33. Web safe color of #a098ac is #999999. Color #a098ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 10101100
Octal 240 230 254
Decimal 160 152 172
Hex A0 98 AC

RGB Percentages of Color #a098ac

%33.06
%31.40
%35.54

CMYK Percentages of Color #a098ac

%7
%12
%0
%33

Triadic Colors of #a098ac

#a098ac #aca098 #98aca0

Analogous Colors of #a098ac

#a098ac #aa98ac #989aac

Monochromatic Colors of #a098ac

#a098ac

Complementary Color

#a098ac #a4ac98

#a098ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a098ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a098ac Color CSS Codes

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

#a098ac Text Font Color

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

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


#a098ac Background Color

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

This div background color is #a098ac


#a098ac Border Color

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

This div border color is #a098ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,152,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 #a098ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a098ac


Comments

No comments written yet.

Please login to write comment.