Color Hex Logo

#af804d Color Hex

#AF804D
(175,128,77)
0 Favorites   0 Comments

Color spaces of #af804d

RGB 17512877
HSL0.090.390.49
HSV31°56°69°
CMYK 0.000.270.56   0.31
XYZ26.737925.088110.4544
Yxy25.08810.42930.4028
Hunter Lab50.08807.632522.6866
CIE-Lab57.161212.267134.5580

#af804d color RGB value is (175,128,77).

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

The process color (four color CMYK) of #af804d color hex is 0.00, 0.27, 0.56, 0.31. Web safe color of #af804d is #999966. Color #af804d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 01001101
Octal 257 200 115
Decimal 175 128 77
Hex AF 80 4D

RGB Percentages of Color #af804d

%46.05
%33.68
%20.26

CMYK Percentages of Color #af804d

%0
%27
%56
%31

Triadic Colors of #af804d

#af804d #4daf80 #804daf

Analogous Colors of #af804d

#af804d #adaf4d #af4f4d

Monochromatic Colors of #af804d

#af804d

Complementary Color

#af804d #4d7caf

#af804d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af804d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af804d Color CSS Codes

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

#af804d Text Font Color

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

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


#af804d Background Color

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

This div background color is #af804d


#af804d Border Color

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

This div border color is #af804d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af804d


Comments

No comments written yet.

Please login to write comment.