Color Hex Logo

#af888a Color Hex

#AF888A
(175,136,138)
0 Favorites   0 Comments

Color spaces of #af888a

RGB 175136138
HSL0.990.200.61
HSV357°22°69°
CMYK 0.000.220.21   0.31
XYZ31.070828.557327.9192
Yxy28.55730.35490.3262
Hunter Lab53.439010.26616.4313
CIE-Lab60.388915.17304.6444

#af888a color RGB value is (175,136,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 10001010
Octal 257 210 212
Decimal 175 136 138
Hex AF 88 8A

RGB Percentages of Color #af888a

%38.98
%30.29
%30.73

CMYK Percentages of Color #af888a

%0
%22
%21
%31

Triadic Colors of #af888a

#af888a #8aaf88 #888aaf

Analogous Colors of #af888a

#af888a #af9a88 #af889e

Monochromatic Colors of #af888a

#af888a

Complementary Color

#af888a #88afad

#af888a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af888a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af888a Color CSS Codes

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

#af888a Text Font Color

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

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


#af888a Background Color

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

This div background color is #af888a


#af888a Border Color

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

This div border color is #af888a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af888a


Comments

No comments written yet.

Please login to write comment.