Color Hex Logo

#afa97a Color Hex

#AFA97A
(175,169,122)
0 Favorites   0 Comments

Color spaces of #afa97a

RGB 175169122
HSL0.150.250.58
HSV53°30°69°
CMYK 0.000.030.30   0.31
XYZ35.380038.895024.0551
Yxy38.89500.35980.3956
Hunter Lab62.3659-7.877620.7874
CIE-Lab68.6751-5.304425.0862

#afa97a color RGB value is (175,169,122).

#afa97a hex color red value is 175, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #afa97a hue: 0.15 , saturation: 0.25 and the lightness value of afa97a is 0.58.

The process color (four color CMYK) of #afa97a color hex is 0.00, 0.03, 0.30, 0.31. Web safe color of #afa97a is #999966. Color #afa97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01111010
Octal 257 251 172
Decimal 175 169 122
Hex AF A9 7A

RGB Percentages of Color #afa97a

%37.55
%36.27
%26.18

CMYK Percentages of Color #afa97a

%0
%3
%30
%31

Triadic Colors of #afa97a

#afa97a #7aafa9 #a97aaf

Analogous Colors of #afa97a

#afa97a #9baf7a #af8f7a

Monochromatic Colors of #afa97a

#afa97a

Complementary Color

#afa97a #7a80af

#afa97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa97a Color CSS Codes

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

#afa97a Text Font Color

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

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


#afa97a Background Color

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

This div background color is #afa97a


#afa97a Border Color

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

This div border color is #afa97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa97a


Comments

No comments written yet.

Please login to write comment.