Color Hex Logo

#afa196 Color Hex

#AFA196
(175,161,150)
0 Favorites   0 Comments

Color spaces of #afa196

RGB 175161150
HSL0.070.140.64
HSV26°14°69°
CMYK 0.000.080.14   0.31
XYZ35.929136.805734.0647
Yxy36.80570.33640.3446
Hunter Lab60.6677-0.45589.1763
CIE-Lab67.13103.20257.5569

#afa196 color RGB value is (175,161,150).

#afa196 hex color red value is 175, green value is 161 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #afa196 hue: 0.07 , saturation: 0.14 and the lightness value of afa196 is 0.64.

The process color (four color CMYK) of #afa196 color hex is 0.00, 0.08, 0.14, 0.31. Web safe color of #afa196 is #999999. Color #afa196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10010110
Octal 257 241 226
Decimal 175 161 150
Hex AF A1 96

RGB Percentages of Color #afa196

%36.01
%33.13
%30.86

CMYK Percentages of Color #afa196

%0
%8
%14
%31

Triadic Colors of #afa196

#afa196 #96afa1 #a196af

Analogous Colors of #afa196

#afa196 #afae96 #af9698

Monochromatic Colors of #afa196

#afa196

Complementary Color

#afa196 #96a4af

#afa196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa196 Color CSS Codes

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

#afa196 Text Font Color

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

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


#afa196 Background Color

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

This div background color is #afa196


#afa196 Border Color

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

This div border color is #afa196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa196


Comments

No comments written yet.

Please login to write comment.