Color Hex Logo

#afa491 Color Hex

#AFA491
(175,164,145)
0 Favorites   0 Comments

Color spaces of #afa491

RGB 175164145
HSL0.110.160.63
HSV38°17°69°
CMYK 0.000.060.17   0.31
XYZ36.065537.709232.1658
Yxy37.70920.34040.3559
Hunter Lab61.4078-2.628611.9290
CIE-Lab67.80570.751111.2915

#afa491 color RGB value is (175,164,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 10010001
Octal 257 244 221
Decimal 175 164 145
Hex AF A4 91

RGB Percentages of Color #afa491

%36.16
%33.88
%29.96

CMYK Percentages of Color #afa491

%0
%6
%17
%31

Triadic Colors of #afa491

#afa491 #91afa4 #a491af

Analogous Colors of #afa491

#afa491 #abaf91 #af9591

Monochromatic Colors of #afa491

#afa491

Complementary Color

#afa491 #919caf

#afa491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa491 Color CSS Codes

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

#afa491 Text Font Color

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

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


#afa491 Background Color

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

This div background color is #afa491


#afa491 Border Color

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

This div border color is #afa491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa491


Comments

No comments written yet.

Please login to write comment.