Color Hex Logo

#af852c Color Hex

#AF852C
(175,133,44)
0 Favorites   0 Comments

Color spaces of #af852c

RGB 17513344
HSL0.110.600.43
HSV41°75°69°
CMYK 0.000.240.75   0.31
XYZ26.521326.07096.0172
Yxy26.07090.45250.4448
Hunter Lab51.05973.361628.7547
CIE-Lab58.10437.314851.5859

#af852c color RGB value is (175,133,44).

#af852c hex color red value is 175, green value is 133 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #af852c hue: 0.11 , saturation: 0.60 and the lightness value of af852c is 0.43.

The process color (four color CMYK) of #af852c color hex is 0.00, 0.24, 0.75, 0.31. Web safe color of #af852c is #999933. Color #af852c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 00101100
Octal 257 205 54
Decimal 175 133 44
Hex AF 85 2C

RGB Percentages of Color #af852c

%49.72
%37.78
%12.50

CMYK Percentages of Color #af852c

%0
%24
%75
%31

Triadic Colors of #af852c

#af852c #2caf85 #852caf

Analogous Colors of #af852c

#af852c #98af2c #af442c

Monochromatic Colors of #af852c

#af852c

Complementary Color

#af852c #2c56af

#af852c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af852c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af852c Color CSS Codes

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

#af852c Text Font Color

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

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


#af852c Background Color

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

This div background color is #af852c


#af852c Border Color

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

This div border color is #af852c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af852c


Comments

No comments written yet.

Please login to write comment.