Color Hex Logo

#af872e Color Hex

#AF872E
(175,135,46)
0 Favorites   0 Comments

Color spaces of #af872e

RGB 17513546
HSL0.110.580.43
HSV41°74°69°
CMYK 0.000.230.74   0.31
XYZ26.836326.63926.3122
Yxy26.63920.44890.4456
Hunter Lab51.61322.488128.8782
CIE-Lab58.63896.299051.2825

#af872e color RGB value is (175,135,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 00101110
Octal 257 207 56
Decimal 175 135 46
Hex AF 87 2E

RGB Percentages of Color #af872e

%49.16
%37.92
%12.92

CMYK Percentages of Color #af872e

%0
%23
%74
%31

Triadic Colors of #af872e

#af872e #2eaf87 #872eaf

Analogous Colors of #af872e

#af872e #97af2e #af472e

Monochromatic Colors of #af872e

#af872e

Complementary Color

#af872e #2e56af

#af872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af872e Color CSS Codes

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

#af872e Text Font Color

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

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


#af872e Background Color

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

This div background color is #af872e


#af872e Border Color

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

This div border color is #af872e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af872e


Comments

No comments written yet.

Please login to write comment.