Color Hex Logo

#af815c Color Hex

#AF815C
(175,129,92)
0 Favorites   0 Comments

Color spaces of #af815c

RGB 17512992
HSL0.070.340.52
HSV27°47°69°
CMYK 0.000.260.47   0.31
XYZ27.461225.587213.6167
Yxy25.58720.41190.3838
Hunter Lab50.58388.383419.4483
CIE-Lab57.643113.117526.9554

#af815c color RGB value is (175,129,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 01011100
Octal 257 201 134
Decimal 175 129 92
Hex AF 81 5C

RGB Percentages of Color #af815c

%44.19
%32.58
%23.23

CMYK Percentages of Color #af815c

%0
%26
%47
%31

Triadic Colors of #af815c

#af815c #5caf81 #815caf

Analogous Colors of #af815c

#af815c #afab5c #af5c61

Monochromatic Colors of #af815c

#af815c

Complementary Color

#af815c #5c8aaf

#af815c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af815c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af815c Color CSS Codes

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

#af815c Text Font Color

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

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


#af815c Background Color

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

This div background color is #af815c


#af815c Border Color

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

This div border color is #af815c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af815c


Comments

No comments written yet.

Please login to write comment.