Color Hex Logo

#af873b Color Hex

#AF873B
(175,135,59)
0 Favorites   0 Comments

Color spaces of #af873b

RGB 17513559
HSL0.110.500.46
HSV39°66°69°
CMYK 0.000.230.66   0.31
XYZ27.132626.75777.8724
Yxy26.75770.43930.4332
Hunter Lab51.72783.104227.1862
CIE-Lab58.74947.025545.5589

#af873b color RGB value is (175,135,59).

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

The process color (four color CMYK) of #af873b color hex is 0.00, 0.23, 0.66, 0.31. Web safe color of #af873b is #999933. Color #af873b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 00111011
Octal 257 207 73
Decimal 175 135 59
Hex AF 87 3B

RGB Percentages of Color #af873b

%47.43
%36.59
%15.99

CMYK Percentages of Color #af873b

%0
%23
%66
%31

Triadic Colors of #af873b

#af873b #3baf87 #873baf

Analogous Colors of #af873b

#af873b #9daf3b #af4d3b

Monochromatic Colors of #af873b

#af873b

Complementary Color

#af873b #3b63af

#af873b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af873b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af873b Color CSS Codes

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

#af873b Text Font Color

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

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


#af873b Background Color

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

This div background color is #af873b


#af873b Border Color

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

This div border color is #af873b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af873b


Comments

No comments written yet.

Please login to write comment.