Color Hex Logo

#af956f Color Hex

#AF956F
(175,149,111)
0 Favorites   0 Comments

Color spaces of #af956f

RGB 175149111
HSL0.100.290.56
HSV36°37°69°
CMYK 0.000.150.37   0.31
XYZ31.295931.756519.5191
Yxy31.75650.37900.3846
Hunter Lab56.35290.513418.9106
CIE-Lab63.14114.139823.6794

#af956f color RGB value is (175,149,111).

#af956f hex color red value is 175, green value is 149 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af956f hue: 0.10 , saturation: 0.29 and the lightness value of af956f is 0.56.

The process color (four color CMYK) of #af956f color hex is 0.00, 0.15, 0.37, 0.31. Web safe color of #af956f is #999966. Color #af956f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 01101111
Octal 257 225 157
Decimal 175 149 111
Hex AF 95 6F

RGB Percentages of Color #af956f

%40.23
%34.25
%25.52

CMYK Percentages of Color #af956f

%0
%15
%37
%31

Triadic Colors of #af956f

#af956f #6faf95 #956faf

Analogous Colors of #af956f

#af956f #a9af6f #af756f

Monochromatic Colors of #af956f

#af956f

Complementary Color

#af956f #6f89af

#af956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af956f Color CSS Codes

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

#af956f Text Font Color

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

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


#af956f Background Color

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

This div background color is #af956f


#af956f Border Color

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

This div border color is #af956f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af956f

#af956f Color Palettes


Comments

No comments written yet.

Please login to write comment.