Color Hex Logo

#afa589 Color Hex

#AFA589
(175,165,137)
0 Favorites   0 Comments

Color spaces of #afa589

RGB 175165137
HSL0.120.190.61
HSV44°22°69°
CMYK 0.000.060.22   0.31
XYZ35.649737.830429.0900
Yxy37.83040.34760.3688
Hunter Lab61.5064-4.176015.0128
CIE-Lab67.8954-1.032015.8348

#afa589 color RGB value is (175,165,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 10001001
Octal 257 245 211
Decimal 175 165 137
Hex AF A5 89

RGB Percentages of Color #afa589

%36.69
%34.59
%28.72

CMYK Percentages of Color #afa589

%0
%6
%22
%31

Triadic Colors of #afa589

#afa589 #89afa5 #a589af

Analogous Colors of #afa589

#afa589 #a6af89 #af9289

Monochromatic Colors of #afa589

#afa589

Complementary Color

#afa589 #8993af

#afa589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa589 Color CSS Codes

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

#afa589 Text Font Color

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

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


#afa589 Background Color

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

This div background color is #afa589


#afa589 Border Color

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

This div border color is #afa589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa589


Comments

No comments written yet.

Please login to write comment.