Color Hex Logo

#af886b Color Hex

#AF886B
(175,136,107)
0 Favorites   0 Comments

Color spaces of #af886b

RGB 175136107
HSL0.070.300.55
HSV26°39°69°
CMYK 0.000.220.39   0.31
XYZ29.137227.783817.7370
Yxy27.78380.39030.3721
Hunter Lab52.71036.428116.9462
CIE-Lab59.692910.874521.2763

#af886b color RGB value is (175,136,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 01101011
Octal 257 210 153
Decimal 175 136 107
Hex AF 88 6B

RGB Percentages of Color #af886b

%41.87
%32.54
%25.60

CMYK Percentages of Color #af886b

%0
%22
%39
%31

Triadic Colors of #af886b

#af886b #6baf88 #886baf

Analogous Colors of #af886b

#af886b #afaa6b #af6b70

Monochromatic Colors of #af886b

#af886b

Complementary Color

#af886b #6b92af

#af886b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af886b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af886b Color CSS Codes

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

#af886b Text Font Color

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

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


#af886b Background Color

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

This div background color is #af886b


#af886b Border Color

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

This div border color is #af886b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af886b


Comments

No comments written yet.

Please login to write comment.