Color Hex Logo

#afa89a Color Hex

#AFA89A
(175,168,154)
0 Favorites   0 Comments

Color spaces of #afa89a

RGB 175168154
HSL0.110.120.65
HSV40°12°69°
CMYK 0.000.040.12   0.31
XYZ37.514639.452336.2097
Yxy39.45230.33150.3486
Hunter Lab62.8111-3.30839.7879
CIE-Lab69.07760.05348.1212

#afa89a color RGB value is (175,168,154).

#afa89a hex color red value is 175, green value is 168 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afa89a hue: 0.11 , saturation: 0.12 and the lightness value of afa89a is 0.65.

The process color (four color CMYK) of #afa89a color hex is 0.00, 0.04, 0.12, 0.31. Web safe color of #afa89a is #999999. Color #afa89a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 10011010
Octal 257 250 232
Decimal 175 168 154
Hex AF A8 9A

RGB Percentages of Color #afa89a

%35.21
%33.80
%30.99

CMYK Percentages of Color #afa89a

%0
%4
%12
%31

Triadic Colors of #afa89a

#afa89a #9aafa8 #a89aaf

Analogous Colors of #afa89a

#afa89a #acaf9a #af9e9a

Monochromatic Colors of #afa89a

#afa89a

Complementary Color

#afa89a #9aa1af

#afa89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa89a Color CSS Codes

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

#afa89a Text Font Color

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

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


#afa89a Background Color

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

This div background color is #afa89a


#afa89a Border Color

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

This div border color is #afa89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa89a

#afa89a Color Palettes


Comments

No comments written yet.

Please login to write comment.