Color Hex Logo

#af886e Color Hex

#AF886E
(175,136,110)
0 Favorites   0 Comments

Color spaces of #af886e

RGB 175136110
HSL0.070.290.56
HSV24°37°69°
CMYK 0.000.220.37   0.31
XYZ29.297827.848118.5829
Yxy27.84810.38690.3677
Hunter Lab52.77136.750616.0615
CIE-Lab59.751311.241319.6674

#af886e color RGB value is (175,136,110).

#af886e hex color red value is 175, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af886e hue: 0.07 , saturation: 0.29 and the lightness value of af886e is 0.56.

The process color (four color CMYK) of #af886e color hex is 0.00, 0.22, 0.37, 0.31. Web safe color of #af886e is #999966. Color #af886e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 01101110
Octal 257 210 156
Decimal 175 136 110
Hex AF 88 6E

RGB Percentages of Color #af886e

%41.57
%32.30
%26.13

CMYK Percentages of Color #af886e

%0
%22
%37
%31

Triadic Colors of #af886e

#af886e #6eaf88 #886eaf

Analogous Colors of #af886e

#af886e #afa96e #af6e75

Monochromatic Colors of #af886e

#af886e

Complementary Color

#af886e #6e95af

#af886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af886e Color CSS Codes

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

#af886e Text Font Color

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

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


#af886e Background Color

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

This div background color is #af886e


#af886e Border Color

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

This div border color is #af886e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af886e


Comments

No comments written yet.

Please login to write comment.