Color Hex Logo

#af845b Color Hex

#AF845B
(175,132,91)
0 Favorites   0 Comments

Color spaces of #af845b

RGB 17513291
HSL0.080.340.52
HSV29°48°69°
CMYK 0.000.250.48   0.31
XYZ27.818826.371813.5216
Yxy26.37180.41080.3895
Hunter Lab51.35356.827020.3361
CIE-Lab58.388311.334228.4736

#af845b color RGB value is (175,132,91).

#af845b hex color red value is 175, green value is 132 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af845b hue: 0.08 , saturation: 0.34 and the lightness value of af845b is 0.52.

The process color (four color CMYK) of #af845b color hex is 0.00, 0.25, 0.48, 0.31. Web safe color of #af845b is #999966. Color #af845b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01011011
Octal 257 204 133
Decimal 175 132 91
Hex AF 84 5B

RGB Percentages of Color #af845b

%43.97
%33.17
%22.86

CMYK Percentages of Color #af845b

%0
%25
%48
%31

Triadic Colors of #af845b

#af845b #5baf84 #845baf

Analogous Colors of #af845b

#af845b #afae5b #af5b5c

Monochromatic Colors of #af845b

#af845b

Complementary Color

#af845b #5b86af

#af845b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af845b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af845b Color CSS Codes

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

#af845b Text Font Color

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

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


#af845b Background Color

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

This div background color is #af845b


#af845b Border Color

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

This div border color is #af845b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af845b


Comments

No comments written yet.

Please login to write comment.