Color Hex Logo

#af882e Color Hex

#AF882E
(175,136,46)
0 Favorites   0 Comments

Color spaces of #af882e

RGB 17513646
HSL0.120.580.43
HSV42°74°69°
CMYK 0.000.220.74   0.31
XYZ26.976526.91956.3589
Yxy26.91950.44770.4468
Hunter Lab51.88402.012029.0522
CIE-Lab58.89975.744851.5418

#af882e color RGB value is (175,136,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 00101110
Octal 257 210 56
Decimal 175 136 46
Hex AF 88 2E

RGB Percentages of Color #af882e

%49.02
%38.10
%12.89

CMYK Percentages of Color #af882e

%0
%22
%74
%31

Triadic Colors of #af882e

#af882e #2eaf88 #882eaf

Analogous Colors of #af882e

#af882e #96af2e #af472e

Monochromatic Colors of #af882e

#af882e

Complementary Color

#af882e #2e55af

#af882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af882e Color CSS Codes

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

#af882e Text Font Color

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

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


#af882e Background Color

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

This div background color is #af882e


#af882e Border Color

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

This div border color is #af882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af882e


Comments

No comments written yet.

Please login to write comment.