Color Hex Logo

#af844e Color Hex

#AF844E
(175,132,78)
0 Favorites   0 Comments

Color spaces of #af844e

RGB 17513278
HSL0.090.380.50
HSV33°55°69°
CMYK 0.000.250.55   0.31
XYZ27.305626.166510.8192
Yxy26.16650.42470.4070
Hunter Lab51.15325.765323.2671
CIE-Lab58.194810.114435.2870

#af844e color RGB value is (175,132,78).

#af844e hex color red value is 175, green value is 132 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #af844e hue: 0.09 , saturation: 0.38 and the lightness value of af844e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01001110
Octal 257 204 116
Decimal 175 132 78
Hex AF 84 4E

RGB Percentages of Color #af844e

%45.45
%34.29
%20.26

CMYK Percentages of Color #af844e

%0
%25
%55
%31

Triadic Colors of #af844e

#af844e #4eaf84 #844eaf

Analogous Colors of #af844e

#af844e #aaaf4e #af544e

Monochromatic Colors of #af844e

#af844e

Complementary Color

#af844e #4e79af

#af844e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af844e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af844e Color CSS Codes

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

#af844e Text Font Color

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

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


#af844e Background Color

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

This div background color is #af844e


#af844e Border Color

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

This div border color is #af844e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af844e


Comments

No comments written yet.

Please login to write comment.