Color Hex Logo

#afa48f Color Hex

#AFA48F
(175,164,143)
0 Favorites   0 Comments

Color spaces of #afa48f

RGB 175164143
HSL0.110.170.62
HSV39°18°69°
CMYK 0.000.060.18   0.31
XYZ35.912637.648031.3606
Yxy37.64800.34230.3588
Hunter Lab61.3580-2.901012.6469
CIE-Lab67.76040.434412.3341

#afa48f color RGB value is (175,164,143).

#afa48f hex color red value is 175, green value is 164 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afa48f hue: 0.11 , saturation: 0.17 and the lightness value of afa48f is 0.62.

The process color (four color CMYK) of #afa48f color hex is 0.00, 0.06, 0.18, 0.31. Web safe color of #afa48f is #999999. Color #afa48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 10001111
Octal 257 244 217
Decimal 175 164 143
Hex AF A4 8F

RGB Percentages of Color #afa48f

%36.31
%34.02
%29.67

CMYK Percentages of Color #afa48f

%0
%6
%18
%31

Triadic Colors of #afa48f

#afa48f #8fafa4 #a48faf

Analogous Colors of #afa48f

#afa48f #aaaf8f #af948f

Monochromatic Colors of #afa48f

#afa48f

Complementary Color

#afa48f #8f9aaf

#afa48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa48f Color CSS Codes

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

#afa48f Text Font Color

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

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


#afa48f Background Color

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

This div background color is #afa48f


#afa48f Border Color

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

This div border color is #afa48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa48f


Comments

No comments written yet.

Please login to write comment.