Color Hex Logo

#a099ae Color Hex

#A099AE
(160,153,174)
0 Favorites   0 Comments

Color spaces of #a099ae

RGB 160153174
HSL0.720.110.64
HSV260°12°68°
CMYK 0.080.120.00   0.32
XYZ33.528433.312044.7071
Yxy33.31200.30060.2986
Hunter Lab57.71652.6893-5.5243
CIE-Lab64.41276.6807-10.0087

#a099ae color RGB value is (160,153,174).

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

The process color (four color CMYK) of #a099ae color hex is 0.08, 0.12, 0.00, 0.32. Web safe color of #a099ae is #999999. Color #a099ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 10101110
Octal 240 231 256
Decimal 160 153 174
Hex A0 99 AE

RGB Percentages of Color #a099ae

%32.85
%31.42
%35.73

CMYK Percentages of Color #a099ae

%8
%12
%0
%32

Triadic Colors of #a099ae

#a099ae #aea099 #99aea0

Analogous Colors of #a099ae

#a099ae #ab99ae #999dae

Monochromatic Colors of #a099ae

#a099ae

Complementary Color

#a099ae #a7ae99

#a099ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a099ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a099ae Color CSS Codes

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

#a099ae Text Font Color

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

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


#a099ae Background Color

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

This div background color is #a099ae


#a099ae Border Color

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

This div border color is #a099ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a099ae


Comments

No comments written yet.

Please login to write comment.