Color Hex Logo

#af898a Color Hex

#AF898A
(175,137,138)
0 Favorites   0 Comments

Color spaces of #af898a

RGB 175137138
HSL1.000.190.61
HSV358°22°69°
CMYK 0.000.220.21   0.31
XYZ31.212328.840327.9664
Yxy28.84030.35460.3277
Hunter Lab53.70329.76376.7164
CIE-Lab60.640414.61105.0065

#af898a color RGB value is (175,137,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 10001010
Octal 257 211 212
Decimal 175 137 138
Hex AF 89 8A

RGB Percentages of Color #af898a

%38.89
%30.44
%30.67

CMYK Percentages of Color #af898a

%0
%22
%21
%31

Triadic Colors of #af898a

#af898a #8aaf89 #898aaf

Analogous Colors of #af898a

#af898a #af9b89 #af899d

Monochromatic Colors of #af898a

#af898a

Complementary Color

#af898a #89afae

#af898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af898a Color CSS Codes

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

#af898a Text Font Color

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

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


#af898a Background Color

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

This div background color is #af898a


#af898a Border Color

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

This div border color is #af898a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af898a


Comments

No comments written yet.

Please login to write comment.