Color Hex Logo

#afa1ae Color Hex

#AFA1AE
(175,161,174)
0 Favorites   0 Comments

Color spaces of #afa1ae

RGB 175161174
HSL0.850.080.66
HSV304°69°
CMYK 0.000.080.01   0.31
XYZ38.064037.659745.3073
Yxy37.65970.31450.3112
Hunter Lab61.36753.3239-0.8162
CIE-Lab67.76917.4756-4.8842

#afa1ae color RGB value is (175,161,174).

#afa1ae hex color red value is 175, green value is 161 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afa1ae hue: 0.85 , saturation: 0.08 and the lightness value of afa1ae is 0.66.

The process color (four color CMYK) of #afa1ae color hex is 0.00, 0.08, 0.01, 0.31. Web safe color of #afa1ae is #999999. Color #afa1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10101110
Octal 257 241 256
Decimal 175 161 174
Hex AF A1 AE

RGB Percentages of Color #afa1ae

%34.31
%31.57
%34.12

CMYK Percentages of Color #afa1ae

%0
%8
%1
%31

Triadic Colors of #afa1ae

#afa1ae #aeafa1 #a1aeaf

Analogous Colors of #afa1ae

#afa1ae #afa1a7 #a9a1af

Monochromatic Colors of #afa1ae

#afa1ae

Complementary Color

#afa1ae #a1afa2

#afa1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa1ae Color CSS Codes

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

#afa1ae Text Font Color

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

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


#afa1ae Background Color

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

This div background color is #afa1ae


#afa1ae Border Color

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

This div border color is #afa1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa1ae


Comments

No comments written yet.

Please login to write comment.