Color Hex Logo

#afa089 Color Hex

#AFA089
(175,160,137)
0 Favorites   0 Comments

Color spaces of #afa089

RGB 175160137
HSL0.100.190.61
HSV36°22°69°
CMYK 0.000.090.22   0.31
XYZ34.765436.061728.7952
Yxy36.06170.34900.3620
Hunter Lab60.0514-1.751413.6059
CIE-Lab66.56701.687413.9811

#afa089 color RGB value is (175,160,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 10001001
Octal 257 240 211
Decimal 175 160 137
Hex AF A0 89

RGB Percentages of Color #afa089

%37.08
%33.90
%29.03

CMYK Percentages of Color #afa089

%0
%9
%22
%31

Triadic Colors of #afa089

#afa089 #89afa0 #a089af

Analogous Colors of #afa089

#afa089 #abaf89 #af8d89

Monochromatic Colors of #afa089

#afa089

Complementary Color

#afa089 #8998af

#afa089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa089 Color CSS Codes

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

#afa089 Text Font Color

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

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


#afa089 Background Color

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

This div background color is #afa089


#afa089 Border Color

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

This div border color is #afa089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa089


Comments

No comments written yet.

Please login to write comment.