Color Hex Logo

#afa097 Color Hex

#AFA097
(175,160,151)
0 Favorites   0 Comments

Color spaces of #afa097

RGB 175160151
HSL0.060.130.64
HSV23°14°69°
CMYK 0.000.090.14   0.31
XYZ35.835936.489934.4327
Yxy36.48990.33570.3418
Hunter Lab60.40690.18178.4887
CIE-Lab66.89263.91746.6586

#afa097 color RGB value is (175,160,151).

#afa097 hex color red value is 175, green value is 160 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #afa097 hue: 0.06 , saturation: 0.13 and the lightness value of afa097 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 10010111
Octal 257 240 227
Decimal 175 160 151
Hex AF A0 97

RGB Percentages of Color #afa097

%36.01
%32.92
%31.07

CMYK Percentages of Color #afa097

%0
%9
%14
%31

Triadic Colors of #afa097

#afa097 #97afa0 #a097af

Analogous Colors of #afa097

#afa097 #afac97 #af979a

Monochromatic Colors of #afa097

#afa097

Complementary Color

#afa097 #97a6af

#afa097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa097 Color CSS Codes

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

#afa097 Text Font Color

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

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


#afa097 Background Color

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

This div background color is #afa097


#afa097 Border Color

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

This div border color is #afa097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa097


Comments

No comments written yet.

Please login to write comment.