Color Hex Logo

#a09990 Color Hex

#A09990
(160,153,144)
0 Favorites   0 Comments

Color spaces of #a09990

RGB 160153144
HSL0.090.080.60
HSV34°10°63°
CMYK 0.000.040.10   0.37
XYZ30.922532.269730.9844
Yxy32.26970.32830.3427
Hunter Lab56.8064-2.24507.4255
CIE-Lab63.56520.93345.6313

#a09990 color RGB value is (160,153,144).

#a09990 hex color red value is 160, green value is 153 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a09990 hue: 0.09 , saturation: 0.08 and the lightness value of a09990 is 0.60.

The process color (four color CMYK) of #a09990 color hex is 0.00, 0.04, 0.10, 0.37. Web safe color of #a09990 is #999999. Color #a09990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 10010000
Octal 240 231 220
Decimal 160 153 144
Hex A0 99 90

RGB Percentages of Color #a09990

%35.01
%33.48
%31.51

CMYK Percentages of Color #a09990

%0
%4
%10
%37

Triadic Colors of #a09990

#a09990 #90a099 #9990a0

Analogous Colors of #a09990

#a09990 #9fa090 #a09190

Monochromatic Colors of #a09990

#a09990

Complementary Color

#a09990 #9097a0

#a09990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09990 Color CSS Codes

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

#a09990 Text Font Color

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

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


#a09990 Background Color

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

This div background color is #a09990


#a09990 Border Color

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

This div border color is #a09990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09990


Comments

No comments written yet.

Please login to write comment.