Color Hex Logo

#afa0ab Color Hex

#AFA0AB
(175,160,171)
0 Favorites   0 Comments

Color spaces of #afa0ab

RGB 175160171
HSL0.880.090.66
HSV316°69°
CMYK 0.000.090.02   0.31
XYZ37.600737.195843.7258
Yxy37.19580.31720.3138
Hunter Lab60.98843.31960.1837
CIE-Lab67.42377.4629-3.7218

#afa0ab color RGB value is (175,160,171).

#afa0ab hex color red value is 175, green value is 160 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afa0ab hue: 0.88 , saturation: 0.09 and the lightness value of afa0ab is 0.66.

The process color (four color CMYK) of #afa0ab color hex is 0.00, 0.09, 0.02, 0.31. Web safe color of #afa0ab is #999999. Color #afa0ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 10101011
Octal 257 240 253
Decimal 175 160 171
Hex AF A0 AB

RGB Percentages of Color #afa0ab

%34.58
%31.62
%33.79

CMYK Percentages of Color #afa0ab

%0
%9
%2
%31

Triadic Colors of #afa0ab

#afa0ab #abafa0 #a0abaf

Analogous Colors of #afa0ab

#afa0ab #afa0a4 #aca0af

Monochromatic Colors of #afa0ab

#afa0ab

Complementary Color

#afa0ab #a0afa4

#afa0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa0ab Color CSS Codes

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

#afa0ab Text Font Color

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

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


#afa0ab Background Color

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

This div background color is #afa0ab


#afa0ab Border Color

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

This div border color is #afa0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa0ab


Comments

No comments written yet.

Please login to write comment.