Color Hex Logo

#afa885 Color Hex

#AFA885
(175,168,133)
0 Favorites   0 Comments

Color spaces of #afa885

RGB 175168133
HSL0.140.210.60
HSV50°24°69°
CMYK 0.000.040.24   0.31
XYZ35.915538.812727.7889
Yxy38.81270.35030.3786
Hunter Lab62.2998-6.120517.1635
CIE-Lab68.6154-3.241219.0259

#afa885 color RGB value is (175,168,133).

#afa885 hex color red value is 175, green value is 168 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #afa885 hue: 0.14 , saturation: 0.21 and the lightness value of afa885 is 0.60.

The process color (four color CMYK) of #afa885 color hex is 0.00, 0.04, 0.24, 0.31. Web safe color of #afa885 is #999999. Color #afa885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 10000101
Octal 257 250 205
Decimal 175 168 133
Hex AF A8 85

RGB Percentages of Color #afa885

%36.76
%35.29
%27.94

CMYK Percentages of Color #afa885

%0
%4
%24
%31

Triadic Colors of #afa885

#afa885 #85afa8 #a885af

Analogous Colors of #afa885

#afa885 #a1af85 #af9385

Monochromatic Colors of #afa885

#afa885

Complementary Color

#afa885 #858caf

#afa885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa885 Color CSS Codes

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

#afa885 Text Font Color

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

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


#afa885 Background Color

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

This div background color is #afa885


#afa885 Border Color

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

This div border color is #afa885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa885


Comments

No comments written yet.

Please login to write comment.