Color Hex Logo

#af872a Color Hex

#AF872A
(175,135,42)
0 Favorites   0 Comments

Color spaces of #af872a

RGB 17513542
HSL0.120.610.43
HSV42°76°69°
CMYK 0.000.230.76   0.31
XYZ26.761126.60915.9161
Yxy26.60910.45140.4488
Hunter Lab51.58402.331429.3089
CIE-Lab58.61076.113652.8882

#af872a color RGB value is (175,135,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 00101010
Octal 257 207 52
Decimal 175 135 42
Hex AF 87 2A

RGB Percentages of Color #af872a

%49.72
%38.35
%11.93

CMYK Percentages of Color #af872a

%0
%23
%76
%31

Triadic Colors of #af872a

#af872a #2aaf87 #872aaf

Analogous Colors of #af872a

#af872a #95af2a #af452a

Monochromatic Colors of #af872a

#af872a

Complementary Color

#af872a #2a52af

#af872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af872a Color CSS Codes

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

#af872a Text Font Color

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

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


#af872a Background Color

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

This div background color is #af872a


#af872a Border Color

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

This div border color is #af872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af872a


Comments

No comments written yet.

Please login to write comment.