Color Hex Logo

#af9089 Color Hex

#AF9089
(175,144,137)
0 Favorites   0 Comments

Color spaces of #af9089

RGB 175144137
HSL0.030.190.61
HSV11°22°69°
CMYK 0.000.180.22   0.31
XYZ32.167830.866627.9293
Yxy30.86660.35360.3393
Hunter Lab55.55776.12519.0849
CIE-Lab62.394910.53358.0876

#af9089 color RGB value is (175,144,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 10001001
Octal 257 220 211
Decimal 175 144 137
Hex AF 90 89

RGB Percentages of Color #af9089

%38.38
%31.58
%30.04

CMYK Percentages of Color #af9089

%0
%18
%22
%31

Triadic Colors of #af9089

#af9089 #89af90 #9089af

Analogous Colors of #af9089

#af9089 #afa389 #af8995

Monochromatic Colors of #af9089

#af9089

Complementary Color

#af9089 #89a8af

#af9089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9089 Color CSS Codes

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

#af9089 Text Font Color

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

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


#af9089 Background Color

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

This div background color is #af9089


#af9089 Border Color

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

This div border color is #af9089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9089


Comments

No comments written yet.

Please login to write comment.