Color Hex Logo

#a09699 Color Hex

#A09699
(160,150,153)
0 Favorites   0 Comments

Color spaces of #a09699

RGB 160150153
HSL0.950.050.61
HSV342°63°
CMYK 0.000.060.04   0.37
XYZ31.153331.586234.5918
Yxy31.58620.32010.3245
Hunter Lab56.20160.59212.8484
CIE-Lab62.99944.2255-0.2633

#a09699 color RGB value is (160,150,153).

#a09699 hex color red value is 160, green value is 150 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a09699 hue: 0.95 , saturation: 0.05 and the lightness value of a09699 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 10011001
Octal 240 226 231
Decimal 160 150 153
Hex A0 96 99

RGB Percentages of Color #a09699

%34.56
%32.40
%33.05

CMYK Percentages of Color #a09699

%0
%6
%4
%37

Triadic Colors of #a09699

#a09699 #99a096 #9699a0

Analogous Colors of #a09699

#a09699 #a09896 #a0969e

Monochromatic Colors of #a09699

#a09699

Complementary Color

#a09699 #96a09d

#a09699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09699 Color CSS Codes

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

#a09699 Text Font Color

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

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


#a09699 Background Color

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

This div background color is #a09699


#a09699 Border Color

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

This div border color is #a09699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09699


Comments

No comments written yet.

Please login to write comment.