Color Hex Logo

#af935c Color Hex

#AF935C
(175,147,92)
0 Favorites   0 Comments

Color spaces of #af935c

RGB 17514792
HSL0.110.340.52
HSV40°47°69°
CMYK 0.000.160.47   0.31
XYZ30.044730.754114.4778
Yxy30.75410.39910.4085
Hunter Lab55.4564-0.342423.3408
CIE-Lab62.29953.103632.9183

#af935c color RGB value is (175,147,92).

#af935c hex color red value is 175, green value is 147 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #af935c hue: 0.11 , saturation: 0.34 and the lightness value of af935c is 0.52.

The process color (four color CMYK) of #af935c color hex is 0.00, 0.16, 0.47, 0.31. Web safe color of #af935c is #999966. Color #af935c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 01011100
Octal 257 223 134
Decimal 175 147 92
Hex AF 93 5C

RGB Percentages of Color #af935c

%42.27
%35.51
%22.22

CMYK Percentages of Color #af935c

%0
%16
%47
%31

Triadic Colors of #af935c

#af935c #5caf93 #935caf

Analogous Colors of #af935c

#af935c #a2af5c #af6a5c

Monochromatic Colors of #af935c

#af935c

Complementary Color

#af935c #5c78af

#af935c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af935c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af935c Color CSS Codes

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

#af935c Text Font Color

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

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


#af935c Background Color

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

This div background color is #af935c


#af935c Border Color

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

This div border color is #af935c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af935c


Comments

No comments written yet.

Please login to write comment.