Color Hex Logo

#afa18c Color Hex

#AFA18C
(175,161,140)
0 Favorites   0 Comments

Color spaces of #afa18c

RGB 175161140
HSL0.100.180.62
HSV36°20°69°
CMYK 0.000.080.20   0.31
XYZ35.157736.497130.0026
Yxy36.49710.34580.3590
Hunter Lab60.4128-1.843012.8440
CIE-Lab66.89801.600712.7820

#afa18c color RGB value is (175,161,140).

#afa18c hex color red value is 175, green value is 161 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #afa18c hue: 0.10 , saturation: 0.18 and the lightness value of afa18c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10001100
Octal 257 241 214
Decimal 175 161 140
Hex AF A1 8C

RGB Percentages of Color #afa18c

%36.76
%33.82
%29.41

CMYK Percentages of Color #afa18c

%0
%8
%20
%31

Triadic Colors of #afa18c

#afa18c #8cafa1 #a18caf

Analogous Colors of #afa18c

#afa18c #acaf8c #af908c

Monochromatic Colors of #afa18c

#afa18c

Complementary Color

#afa18c #8c9aaf

#afa18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa18c Color CSS Codes

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

#afa18c Text Font Color

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

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


#afa18c Background Color

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

This div background color is #afa18c


#afa18c Border Color

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

This div border color is #afa18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa18c


Comments

No comments written yet.

Please login to write comment.