Color Hex Logo

#af845e Color Hex

#AF845E
(175,132,94)
0 Favorites   0 Comments

Color spaces of #af845e

RGB 17513294
HSL0.080.340.53
HSV28°46°69°
CMYK 0.000.250.46   0.31
XYZ27.950826.424614.2170
Yxy26.42460.40750.3852
Hunter Lab51.40497.098819.5856
CIE-Lab58.437911.644626.8771

#af845e color RGB value is (175,132,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01011110
Octal 257 204 136
Decimal 175 132 94
Hex AF 84 5E

RGB Percentages of Color #af845e

%43.64
%32.92
%23.44

CMYK Percentages of Color #af845e

%0
%25
%46
%31

Triadic Colors of #af845e

#af845e #5eaf84 #845eaf

Analogous Colors of #af845e

#af845e #afad5e #af5e60

Monochromatic Colors of #af845e

#af845e

Complementary Color

#af845e #5e89af

#af845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af845e Color CSS Codes

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

#af845e Text Font Color

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

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


#af845e Background Color

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

This div background color is #af845e


#af845e Border Color

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

This div border color is #af845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af845e


Comments

No comments written yet.

Please login to write comment.