Color Hex Logo

#afa37a Color Hex

#AFA37A
(175,163,122)
0 Favorites   0 Comments

Color spaces of #afa37a

RGB 175163122
HSL0.130.250.58
HSV46°30°69°
CMYK 0.000.070.30   0.31
XYZ34.289236.713523.6915
Yxy36.71350.36210.3877
Hunter Lab60.5917-5.021219.2316
CIE-Lab67.0615-2.084222.9164

#afa37a color RGB value is (175,163,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01111010
Octal 257 243 172
Decimal 175 163 122
Hex AF A3 7A

RGB Percentages of Color #afa37a

%38.04
%35.43
%26.52

CMYK Percentages of Color #afa37a

%0
%7
%30
%31

Triadic Colors of #afa37a

#afa37a #7aafa3 #a37aaf

Analogous Colors of #afa37a

#afa37a #a1af7a #af897a

Monochromatic Colors of #afa37a

#afa37a

Complementary Color

#afa37a #7a86af

#afa37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa37a Color CSS Codes

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

#afa37a Text Font Color

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

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


#afa37a Background Color

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

This div background color is #afa37a


#afa37a Border Color

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

This div border color is #afa37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa37a


Comments

No comments written yet.

Please login to write comment.