Color Hex Logo

#a99caf Color Hex

#A99CAF
(169,156,175)
0 Favorites   0 Comments

Color spaces of #a99caf

RGB 169156175
HSL0.780.110.65
HSV281°11°69°
CMYK 0.030.110.00   0.31
XYZ35.988535.307145.4756
Yxy35.30710.30820.3024
Hunter Lab59.41984.1267-3.7824
CIE-Lab65.98718.3324-8.1412

#a99caf color RGB value is (169,156,175).

#a99caf hex color red value is 169, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a99caf hue: 0.78 , saturation: 0.11 and the lightness value of a99caf is 0.65.

The process color (four color CMYK) of #a99caf color hex is 0.03, 0.11, 0.00, 0.31. Web safe color of #a99caf is #999999. Color #a99caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011100 10101111
Octal 251 234 257
Decimal 169 156 175
Hex A9 9C AF

RGB Percentages of Color #a99caf

%33.80
%31.20
%35.00

CMYK Percentages of Color #a99caf

%3
%11
%0
%31

Triadic Colors of #a99caf

#a99caf #afa99c #9cafa9

Analogous Colors of #a99caf

#a99caf #af9cac #a09caf

Monochromatic Colors of #a99caf

#a99caf

Complementary Color

#a99caf #a2af9c

#a99caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99caf Color CSS Codes

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

#a99caf Text Font Color

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

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


#a99caf Background Color

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

This div background color is #a99caf


#a99caf Border Color

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

This div border color is #a99caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,156,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a99caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a99caf;
  -webkit-box-shadow: 1px 1px 3px 2px #a99caf;
  box-shadow:         1px 1px 3px 2px #a99caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,156,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99caf


Comments

No comments written yet.

Please login to write comment.