Color Hex Logo

#af858b Color Hex

#AF858B
(175,133,139)
0 Favorites   0 Comments

Color spaces of #af858b

RGB 175133139
HSL0.980.210.60
HSV351°24°69°
CMYK 0.000.240.21   0.31
XYZ30.726927.753128.1635
Yxy27.75310.35460.3203
Hunter Lab52.681211.92005.1803
CIE-Lab59.665017.01783.0268

#af858b color RGB value is (175,133,139).

#af858b hex color red value is 175, green value is 133 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af858b hue: 0.98 , saturation: 0.21 and the lightness value of af858b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 10001011
Octal 257 205 213
Decimal 175 133 139
Hex AF 85 8B

RGB Percentages of Color #af858b

%39.15
%29.75
%31.10

CMYK Percentages of Color #af858b

%0
%24
%21
%31

Triadic Colors of #af858b

#af858b #8baf85 #858baf

Analogous Colors of #af858b

#af858b #af9485 #af85a0

Monochromatic Colors of #af858b

#af858b

Complementary Color

#af858b #85afa9

#af858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af858b Color CSS Codes

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

#af858b Text Font Color

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

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


#af858b Background Color

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

This div background color is #af858b


#af858b Border Color

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

This div border color is #af858b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af858b


Comments

No comments written yet.

Please login to write comment.