Color Hex Logo

#af985f Color Hex

#AF985F
(175,152,95)
0 Favorites   0 Comments

Color spaces of #af985f

RGB 17515295
HSL0.120.330.53
HSV43°46°69°
CMYK 0.000.130.46   0.31
XYZ30.973032.396715.4472
Yxy32.39670.39300.4110
Hunter Lab56.9181-2.472723.7518
CIE-Lab63.66940.671233.0509

#af985f color RGB value is (175,152,95).

#af985f hex color red value is 175, green value is 152 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #af985f hue: 0.12 , saturation: 0.33 and the lightness value of af985f is 0.53.

The process color (four color CMYK) of #af985f color hex is 0.00, 0.13, 0.46, 0.31. Web safe color of #af985f is #999966. Color #af985f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 01011111
Octal 257 230 137
Decimal 175 152 95
Hex AF 98 5F

RGB Percentages of Color #af985f

%41.47
%36.02
%22.51

CMYK Percentages of Color #af985f

%0
%13
%46
%31

Triadic Colors of #af985f

#af985f #5faf98 #985faf

Analogous Colors of #af985f

#af985f #9eaf5f #af705f

Monochromatic Colors of #af985f

#af985f

Complementary Color

#af985f #5f76af

#af985f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af985f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af985f Color CSS Codes

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

#af985f Text Font Color

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

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


#af985f Background Color

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

This div background color is #af985f


#af985f Border Color

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

This div border color is #af985f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af985f


Comments

No comments written yet.

Please login to write comment.