Color Hex Logo

#af904e Color Hex

#AF904E
(175,144,78)
0 Favorites   0 Comments

Color spaces of #af904e

RGB 17514478
HSL0.110.380.50
HSV41°55°69°
CMYK 0.000.180.55   0.31
XYZ29.027629.610511.3932
Yxy29.61050.41450.4228
Hunter Lab54.4155-0.007625.6771
CIE-Lab61.31673.452239.0596

#af904e color RGB value is (175,144,78).

#af904e hex color red value is 175, green value is 144 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #af904e hue: 0.11 , saturation: 0.38 and the lightness value of af904e is 0.50.

The process color (four color CMYK) of #af904e color hex is 0.00, 0.18, 0.55, 0.31. Web safe color of #af904e is #999966. Color #af904e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 01001110
Octal 257 220 116
Decimal 175 144 78
Hex AF 90 4E

RGB Percentages of Color #af904e

%44.08
%36.27
%19.65

CMYK Percentages of Color #af904e

%0
%18
%55
%31

Triadic Colors of #af904e

#af904e #4eaf90 #904eaf

Analogous Colors of #af904e

#af904e #9eaf4e #af604e

Monochromatic Colors of #af904e

#af904e

Complementary Color

#af904e #4e6daf

#af904e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af904e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af904e Color CSS Codes

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

#af904e Text Font Color

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

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


#af904e Background Color

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

This div background color is #af904e


#af904e Border Color

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

This div border color is #af904e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af904e


Comments

No comments written yet.

Please login to write comment.