Color Hex Logo

#af918b Color Hex

#AF918B
(175,145,139)
0 Favorites   0 Comments

Color spaces of #af918b

RGB 175145139
HSL0.030.180.62
HSV10°21°69°
CMYK 0.000.170.21   0.31
XYZ32.464831.228828.7428
Yxy31.22880.35120.3378
Hunter Lab55.88275.90398.6226
CIE-Lab62.700310.28607.3922

#af918b color RGB value is (175,145,139).

#af918b hex color red value is 175, green value is 145 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af918b hue: 0.03 , saturation: 0.18 and the lightness value of af918b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 10001011
Octal 257 221 213
Decimal 175 145 139
Hex AF 91 8B

RGB Percentages of Color #af918b

%38.13
%31.59
%30.28

CMYK Percentages of Color #af918b

%0
%17
%21
%31

Triadic Colors of #af918b

#af918b #8baf91 #918baf

Analogous Colors of #af918b

#af918b #afa38b #af8b97

Monochromatic Colors of #af918b

#af918b

Complementary Color

#af918b #8ba9af

#af918b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af918b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af918b Color CSS Codes

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

#af918b Text Font Color

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

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


#af918b Background Color

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

This div background color is #af918b


#af918b Border Color

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

This div border color is #af918b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af918b


Comments

No comments written yet.

Please login to write comment.