color codes Logo

#af855c color codes

#AF855C
(175,133,92)
0 Favorites   0 Comments

Color spaces of #af855c

RGB 17513392
HSL0.080.340.52
HSV30°47°69°
CMYK 0.000.240.47   0.31
XYZ27.998526.661713.7958
Yxy26.66170.40900.3895
Hunter Lab51.63506.428520.3034
CIE-Lab58.659910.876928.2718

#af855c color RGB value is (175,133,92).

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

The process color (four color CMYK) of #af855c color code is 0.00, 0.24, 0.47, 0.31. Web safe color of #af855c is #999966. Color #af855c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 01011100
Octal 257 205 134
Decimal 175 133 92
Hex AF 85 5C

RGB Percentages of Color #af855c

%43.75
%33.25
%23.00

CMYK Percentages of Color #af855c

%0
%24
%47
%31

Triadic Colors of #af855c

#af855c #5caf85 #855caf

Analogous Colors of #af855c

#af855c #afaf5c #af5c5d

Monochromatic Colors of #af855c

#af855c

Complementary Color

#af855c #5c86af

#af855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af855c Color CSS Codes

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

#af855c Text Font Color

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

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


#af855c Background Color

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

This div background color is #af855c


#af855c Border Color

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

This div border color is #af855c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af855c


Comments

No comments written yet.

Please login to write comment.