Color Hex Logo

#af8863 Color Hex

#AF8863
(175,136,99)
0 Favorites   0 Comments

Color spaces of #af8863

RGB 17513699
HSL0.080.320.54
HSV29°43°69°
CMYK 0.000.220.43   0.31
XYZ28.735527.623115.6217
Yxy27.62310.39920.3838
Hunter Lab52.55775.617519.1676
CIE-Lab59.54679.948325.5515

#af8863 color RGB value is (175,136,99).

#af8863 hex color red value is 175, green value is 136 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #af8863 hue: 0.08 , saturation: 0.32 and the lightness value of af8863 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 01100011
Octal 257 210 143
Decimal 175 136 99
Hex AF 88 63

RGB Percentages of Color #af8863

%42.68
%33.17
%24.15

CMYK Percentages of Color #af8863

%0
%22
%43
%31

Triadic Colors of #af8863

#af8863 #63af88 #8863af

Analogous Colors of #af8863

#af8863 #afae63 #af6364

Monochromatic Colors of #af8863

#af8863

Complementary Color

#af8863 #638aaf

#af8863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8863 Color CSS Codes

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

#af8863 Text Font Color

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

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


#af8863 Background Color

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

This div background color is #af8863


#af8863 Border Color

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

This div border color is #af8863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8863


Comments

No comments written yet.

Please login to write comment.