Color Hex Logo

#a0999b Color Hex

#A0999B
(160,153,155)
1 Favorites   0 Comments

Color spaces of #a0999b

RGB 160153155
HSL0.950.040.61
HSV343°63°
CMYK 0.000.040.03   0.37
XYZ31.804832.622635.6308
Yxy32.62260.31790.3260
Hunter Lab57.1162-0.55672.9945
CIE-Lab63.85422.9278-0.1424

#a0999b color RGB value is (160,153,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 10011011
Octal 240 231 233
Decimal 160 153 155
Hex A0 99 9B

RGB Percentages of Color #a0999b

%34.19
%32.69
%33.12

CMYK Percentages of Color #a0999b

%0
%4
%3
%37

Triadic Colors of #a0999b

#a0999b #9ba099 #999ba0

Analogous Colors of #a0999b

#a0999b #a09b99 #a0999f

Monochromatic Colors of #a0999b

#a0999b

Complementary Color

#a0999b #99a09e

#a0999b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0999b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0999b Color CSS Codes

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

#a0999b Text Font Color

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

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


#a0999b Background Color

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

This div background color is #a0999b


#a0999b Border Color

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

This div border color is #a0999b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0999b


Comments

No comments written yet.

Please login to write comment.