Color Hex Logo

#af854a Color Hex

#AF854A
(175,133,74)
0 Favorites   0 Comments

Color spaces of #af854a

RGB 17513374
HSL0.100.410.49
HSV35°58°69°
CMYK 0.000.240.58   0.31
XYZ27.302826.383410.1321
Yxy26.38340.42780.4134
Hunter Lab51.36484.992824.2599
CIE-Lab58.39929.221937.6435

#af854a color RGB value is (175,133,74).

#af854a hex color red value is 175, green value is 133 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #af854a hue: 0.10 , saturation: 0.41 and the lightness value of af854a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 01001010
Octal 257 205 112
Decimal 175 133 74
Hex AF 85 4A

RGB Percentages of Color #af854a

%45.81
%34.82
%19.37

CMYK Percentages of Color #af854a

%0
%24
%58
%31

Triadic Colors of #af854a

#af854a #4aaf85 #854aaf

Analogous Colors of #af854a

#af854a #a7af4a #af534a

Monochromatic Colors of #af854a

#af854a

Complementary Color

#af854a #4a74af

#af854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af854a Color CSS Codes

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

#af854a Text Font Color

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

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


#af854a Background Color

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

This div background color is #af854a


#af854a Border Color

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

This div border color is #af854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af854a


Comments

No comments written yet.

Please login to write comment.