Color Hex Logo

#af882b Color Hex

#AF882B
(175,136,43)
0 Favorites   0 Comments

Color spaces of #af882b

RGB 17513643
HSL0.120.610.43
HSV42°75°69°
CMYK 0.000.220.75   0.31
XYZ26.919426.89676.0583
Yxy26.89670.44960.4492
Hunter Lab51.86201.893329.3774
CIE-Lab58.87865.604052.7479

#af882b color RGB value is (175,136,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 00101011
Octal 257 210 53
Decimal 175 136 43
Hex AF 88 2B

RGB Percentages of Color #af882b

%49.44
%38.42
%12.15

CMYK Percentages of Color #af882b

%0
%22
%75
%31

Triadic Colors of #af882b

#af882b #2baf88 #882baf

Analogous Colors of #af882b

#af882b #94af2b #af462b

Monochromatic Colors of #af882b

#af882b

Complementary Color

#af882b #2b52af

#af882b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af882b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af882b Color CSS Codes

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

#af882b Text Font Color

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

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


#af882b Background Color

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

This div background color is #af882b


#af882b Border Color

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

This div border color is #af882b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af882b


Comments

No comments written yet.

Please login to write comment.