Color Hex Logo

#afa397 Color Hex

#AFA397
(175,163,151)
0 Favorites   0 Comments

Color spaces of #afa397

RGB 175163151
HSL0.080.130.64
HSV30°14°69°
CMYK 0.000.070.14   0.31
XYZ36.362337.542734.6081
Yxy37.54270.33510.3460
Hunter Lab61.2721-1.29439.4019
CIE-Lab67.68222.27387.7891

#afa397 color RGB value is (175,163,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 10010111
Octal 257 243 227
Decimal 175 163 151
Hex AF A3 97

RGB Percentages of Color #afa397

%35.79
%33.33
%30.88

CMYK Percentages of Color #afa397

%0
%7
%14
%31

Triadic Colors of #afa397

#afa397 #97afa3 #a397af

Analogous Colors of #afa397

#afa397 #afaf97 #af9797

Monochromatic Colors of #afa397

#afa397

Complementary Color

#afa397 #97a3af

#afa397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa397 Color CSS Codes

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

#afa397 Text Font Color

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

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


#afa397 Background Color

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

This div background color is #afa397


#afa397 Border Color

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

This div border color is #afa397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa397


Comments

No comments written yet.

Please login to write comment.