color codes Logo

#af842f color codes

#AF842F
(175,132,47)
0 Favorites   0 Comments

Color spaces of #af842f

RGB 17513247
HSL0.110.580.44
HSV40°73°69°
CMYK 0.000.250.73   0.31
XYZ26.443625.82176.2797
Yxy25.82170.45170.4411
Hunter Lab50.81513.963128.2435
CIE-Lab57.86748.016450.0855

#af842f color RGB value is (175,132,47).

#af842f hex color red value is 175, green value is 132 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #af842f hue: 0.11 , saturation: 0.58 and the lightness value of af842f is 0.44.

The process color (four color CMYK) of #af842f color code is 0.00, 0.25, 0.73, 0.31. Web safe color of #af842f is #999933. Color #af842f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 00101111
Octal 257 204 57
Decimal 175 132 47
Hex AF 84 2F

RGB Percentages of Color #af842f

%49.44
%37.29
%13.28

CMYK Percentages of Color #af842f

%0
%25
%73
%31

Triadic Colors of #af842f

#af842f #2faf84 #842faf

Analogous Colors of #af842f

#af842f #9aaf2f #af442f

Monochromatic Colors of #af842f

#af842f

Complementary Color

#af842f #2f5aaf

#af842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af842f Color CSS Codes

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

#af842f Text Font Color

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

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


#af842f Background Color

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

This div background color is #af842f


#af842f Border Color

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

This div border color is #af842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af842f


Comments

No comments written yet.

Please login to write comment.