Color Hex Logo

#afa47e Color Hex

#AFA47E
(175,164,126)
0 Favorites   0 Comments

Color spaces of #afa47e

RGB 175164126
HSL0.130.230.59
HSV47°28°69°
CMYK 0.000.060.28   0.31
XYZ34.720637.171225.0835
Yxy37.17120.35800.3833
Hunter Lab60.9682-5.040918.2847
CIE-Lab67.4053-2.079421.1978

#afa47e color RGB value is (175,164,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01111110
Octal 257 244 176
Decimal 175 164 126
Hex AF A4 7E

RGB Percentages of Color #afa47e

%37.63
%35.27
%27.10

CMYK Percentages of Color #afa47e

%0
%6
%28
%31

Triadic Colors of #afa47e

#afa47e #7eafa4 #a47eaf

Analogous Colors of #afa47e

#afa47e #a2af7e #af8c7e

Monochromatic Colors of #afa47e

#afa47e

Complementary Color

#afa47e #7e89af

#afa47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa47e Color CSS Codes

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

#afa47e Text Font Color

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

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


#afa47e Background Color

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

This div background color is #afa47e


#afa47e Border Color

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

This div border color is #afa47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa47e


Comments

No comments written yet.

Please login to write comment.