Color Hex Logo

#afa685 Color Hex

#AFA685
(175,166,133)
0 Favorites   0 Comments

Color spaces of #afa685

RGB 175166133
HSL0.130.210.60
HSV47°24°69°
CMYK 0.000.050.24   0.31
XYZ35.549138.079927.6668
Yxy38.07990.35090.3759
Hunter Lab61.7089-5.160816.6139
CIE-Lab68.0795-2.164718.2880

#afa685 color RGB value is (175,166,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10000101
Octal 257 246 205
Decimal 175 166 133
Hex AF A6 85

RGB Percentages of Color #afa685

%36.92
%35.02
%28.06

CMYK Percentages of Color #afa685

%0
%5
%24
%31

Triadic Colors of #afa685

#afa685 #85afa6 #a685af

Analogous Colors of #afa685

#afa685 #a3af85 #af9185

Monochromatic Colors of #afa685

#afa685

Complementary Color

#afa685 #858eaf

#afa685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa685 Color CSS Codes

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

#afa685 Text Font Color

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

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


#afa685 Background Color

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

This div background color is #afa685


#afa685 Border Color

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

This div border color is #afa685


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,166,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 #afa685">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa685


Comments

No comments written yet.

Please login to write comment.