Color Hex Logo

#afa17e Color Hex

#AFA17E
(175,161,126)
0 Favorites   0 Comments

Color spaces of #afa17e

RGB 175161126
HSL0.120.230.59
HSV43°28°69°
CMYK 0.000.080.28   0.31
XYZ34.190036.110124.9066
Yxy36.11010.35910.3793
Hunter Lab60.0917-3.600417.4899
CIE-Lab66.6040-0.455520.1051

#afa17e color RGB value is (175,161,126).

#afa17e hex color red value is 175, green value is 161 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afa17e hue: 0.12 , saturation: 0.23 and the lightness value of afa17e is 0.59.

The process color (four color CMYK) of #afa17e color hex is 0.00, 0.08, 0.28, 0.31. Web safe color of #afa17e is #999966. Color #afa17e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01111110
Octal 257 241 176
Decimal 175 161 126
Hex AF A1 7E

RGB Percentages of Color #afa17e

%37.88
%34.85
%27.27

CMYK Percentages of Color #afa17e

%0
%8
%28
%31

Triadic Colors of #afa17e

#afa17e #7eafa1 #a17eaf

Analogous Colors of #afa17e

#afa17e #a5af7e #af897e

Monochromatic Colors of #afa17e

#afa17e

Complementary Color

#afa17e #7e8caf

#afa17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa17e Color CSS Codes

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

#afa17e Text Font Color

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

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


#afa17e Background Color

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

This div background color is #afa17e


#afa17e Border Color

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

This div border color is #afa17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa17e


Comments

No comments written yet.

Please login to write comment.