Color Hex Logo

#af898d Color Hex

#AF898D
(175,137,141)
0 Favorites   0 Comments

Color spaces of #af898d

RGB 175137141
HSL0.980.190.61
HSV354°22°69°
CMYK 0.000.220.19   0.31
XYZ31.432628.928429.1264
Yxy28.92840.35130.3233
Hunter Lab53.785110.19335.5421
CIE-Lab60.718415.08463.4069

#af898d color RGB value is (175,137,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 10001101
Octal 257 211 215
Decimal 175 137 141
Hex AF 89 8D

RGB Percentages of Color #af898d

%38.63
%30.24
%31.13

CMYK Percentages of Color #af898d

%0
%22
%19
%31

Triadic Colors of #af898d

#af898d #8daf89 #898daf

Analogous Colors of #af898d

#af898d #af9889 #af89a0

Monochromatic Colors of #af898d

#af898d

Complementary Color

#af898d #89afab

#af898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af898d Color CSS Codes

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

#af898d Text Font Color

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

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


#af898d Background Color

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

This div background color is #af898d


#af898d Border Color

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

This div border color is #af898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af898d


Comments

No comments written yet.

Please login to write comment.