Color Hex Logo

#afa389 Color Hex

#AFA389
(175,163,137)
0 Favorites   0 Comments

Color spaces of #afa389

RGB 175163137
HSL0.110.190.61
HSV41°22°69°
CMYK 0.000.070.22   0.31
XYZ35.291737.114528.9706
Yxy37.11450.34810.3661
Hunter Lab60.9217-3.208514.4505
CIE-Lab67.36280.052615.0931

#afa389 color RGB value is (175,163,137).

#afa389 hex color red value is 175, green value is 163 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #afa389 hue: 0.11 , saturation: 0.19 and the lightness value of afa389 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 10001001
Octal 257 243 211
Decimal 175 163 137
Hex AF A3 89

RGB Percentages of Color #afa389

%36.84
%34.32
%28.84

CMYK Percentages of Color #afa389

%0
%7
%22
%31

Triadic Colors of #afa389

#afa389 #89afa3 #a389af

Analogous Colors of #afa389

#afa389 #a8af89 #af9089

Monochromatic Colors of #afa389

#afa389

Complementary Color

#afa389 #8995af

#afa389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa389 Color CSS Codes

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

#afa389 Text Font Color

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

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


#afa389 Background Color

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

This div background color is #afa389


#afa389 Border Color

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

This div border color is #afa389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa389


Comments

No comments written yet.

Please login to write comment.