Color Hex Logo

#af804c Color Hex

#AF804C
(175,128,76)
0 Favorites   0 Comments

Color spaces of #af804c

RGB 17512876
HSL0.090.390.49
HSV32°57°69°
CMYK 0.000.270.57   0.31
XYZ26.702925.074110.2699
Yxy25.07410.43040.4041
Hunter Lab50.07407.558822.8918
CIE-Lab57.147512.182735.0765

#af804c color RGB value is (175,128,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 01001100
Octal 257 200 114
Decimal 175 128 76
Hex AF 80 4C

RGB Percentages of Color #af804c

%46.17
%33.77
%20.05

CMYK Percentages of Color #af804c

%0
%27
%57
%31

Triadic Colors of #af804c

#af804c #4caf80 #804caf

Analogous Colors of #af804c

#af804c #adaf4c #af4f4c

Monochromatic Colors of #af804c

#af804c

Complementary Color

#af804c #4c7baf

#af804c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af804c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af804c Color CSS Codes

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

#af804c Text Font Color

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

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


#af804c Background Color

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

This div background color is #af804c


#af804c Border Color

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

This div border color is #af804c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,128,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 #af804c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af804c


Comments

No comments written yet.

Please login to write comment.