Color Hex Logo

#af956e Color Hex

#AF956E
(175,149,110)
0 Favorites   0 Comments

Color spaces of #af956e

RGB 175149110
HSL0.100.290.56
HSV36°37°69°
CMYK 0.000.150.37   0.31
XYZ31.241131.734619.2307
Yxy31.73460.38000.3860
Hunter Lab56.33350.408019.1935
CIE-Lab63.12294.016624.2062

#af956e color RGB value is (175,149,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 01101110
Octal 257 225 156
Decimal 175 149 110
Hex AF 95 6E

RGB Percentages of Color #af956e

%40.32
%34.33
%25.35

CMYK Percentages of Color #af956e

%0
%15
%37
%31

Triadic Colors of #af956e

#af956e #6eaf95 #956eaf

Analogous Colors of #af956e

#af956e #a9af6e #af756e

Monochromatic Colors of #af956e

#af956e

Complementary Color

#af956e #6e88af

#af956e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af956e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af956e Color CSS Codes

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

#af956e Text Font Color

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

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


#af956e Background Color

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

This div background color is #af956e


#af956e Border Color

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

This div border color is #af956e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af956e

#af956e Color Palettes


Comments

No comments written yet.

Please login to write comment.