Color Hex Logo

#af846f Color Hex

#AF846F
(175,132,111)
0 Favorites   0 Comments

Color spaces of #af846f

RGB 175132111
HSL0.050.290.56
HSV20°37°69°
CMYK 0.000.250.37   0.31
XYZ28.799726.764218.6870
Yxy26.76420.38790.3605
Hunter Lab51.73418.833814.7976
CIE-Lab58.755413.608617.7437

#af846f color RGB value is (175,132,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01101111
Octal 257 204 157
Decimal 175 132 111
Hex AF 84 6F

RGB Percentages of Color #af846f

%41.87
%31.58
%26.56

CMYK Percentages of Color #af846f

%0
%25
%37
%31

Triadic Colors of #af846f

#af846f #6faf84 #846faf

Analogous Colors of #af846f

#af846f #afa46f #af6f7a

Monochromatic Colors of #af846f

#af846f

Complementary Color

#af846f #6f9aaf

#af846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af846f Color CSS Codes

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

#af846f Text Font Color

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

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


#af846f Background Color

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

This div background color is #af846f


#af846f Border Color

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

This div border color is #af846f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af846f


Comments

No comments written yet.

Please login to write comment.