Color Hex Logo

#af854d Color Hex

#AF854D
(175,133,77)
0 Favorites   0 Comments

Color spaces of #af854d

RGB 17513377
HSL0.100.390.49
HSV34°56°69°
CMYK 0.000.240.56   0.31
XYZ27.406326.424810.6772
Yxy26.42480.42480.4096
Hunter Lab51.40515.207423.6686
CIE-Lab58.43819.470636.1136

#af854d color RGB value is (175,133,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 01001101
Octal 257 205 115
Decimal 175 133 77
Hex AF 85 4D

RGB Percentages of Color #af854d

%45.45
%34.55
%20.00

CMYK Percentages of Color #af854d

%0
%24
%56
%31

Triadic Colors of #af854d

#af854d #4daf85 #854daf

Analogous Colors of #af854d

#af854d #a8af4d #af544d

Monochromatic Colors of #af854d

#af854d

Complementary Color

#af854d #4d77af

#af854d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af854d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af854d Color CSS Codes

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

#af854d Text Font Color

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

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


#af854d Background Color

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

This div background color is #af854d


#af854d Border Color

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

This div border color is #af854d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af854d


Comments

No comments written yet.

Please login to write comment.