Color Hex Logo

#af955c Color Hex

#AF955C
(175,149,92)
0 Favorites   0 Comments

Color spaces of #af955c

RGB 17514992
HSL0.110.340.52
HSV41°47°69°
CMYK 0.000.150.47   0.31
XYZ30.358431.381614.5824
Yxy31.38160.39780.4112
Hunter Lab56.0193-1.299723.7797
CIE-Lab62.82852.004933.5851

#af955c color RGB value is (175,149,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 01011100
Octal 257 225 134
Decimal 175 149 92
Hex AF 95 5C

RGB Percentages of Color #af955c

%42.07
%35.82
%22.12

CMYK Percentages of Color #af955c

%0
%15
%47
%31

Triadic Colors of #af955c

#af955c #5caf95 #955caf

Analogous Colors of #af955c

#af955c #a0af5c #af6c5c

Monochromatic Colors of #af955c

#af955c

Complementary Color

#af955c #5c76af

#af955c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af955c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af955c Color CSS Codes

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

#af955c Text Font Color

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

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


#af955c Background Color

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

This div background color is #af955c


#af955c Border Color

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

This div border color is #af955c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af955c


Comments

No comments written yet.

Please login to write comment.