Color Hex Logo

#af844c Color Hex

#AF844C
(175,132,76)
0 Favorites   0 Comments

Color spaces of #af844c

RGB 17513276
HSL0.090.390.49
HSV34°57°69°
CMYK 0.000.250.57   0.31
XYZ27.235026.138310.4472
Yxy26.13830.42670.4096
Hunter Lab51.12565.618423.6724
CIE-Lab58.16819.944736.3151

#af844c color RGB value is (175,132,76).

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

The process color (four color CMYK) of #af844c color hex is 0.00, 0.25, 0.57, 0.31. Web safe color of #af844c is #999933. Color #af844c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01001100
Octal 257 204 114
Decimal 175 132 76
Hex AF 84 4C

RGB Percentages of Color #af844c

%45.69
%34.46
%19.84

CMYK Percentages of Color #af844c

%0
%25
%57
%31

Triadic Colors of #af844c

#af844c #4caf84 #844caf

Analogous Colors of #af844c

#af844c #a9af4c #af534c

Monochromatic Colors of #af844c

#af844c

Complementary Color

#af844c #4c77af

#af844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af844c Color CSS Codes

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

#af844c Text Font Color

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

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


#af844c Background Color

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

This div background color is #af844c


#af844c Border Color

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

This div border color is #af844c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af844c


Comments

No comments written yet.

Please login to write comment.