Color Hex Logo

#af8859 Color Hex

#AF8859
(175,136,89)
0 Favorites   0 Comments

Color spaces of #af8859

RGB 17513689
HSL0.090.350.52
HSV33°49°69°
CMYK 0.000.220.49   0.31
XYZ28.286527.443513.2575
Yxy27.44350.41000.3978
Hunter Lab52.38654.705921.6660
CIE-Lab59.38268.898530.8418

#af8859 color RGB value is (175,136,89).

#af8859 hex color red value is 175, green value is 136 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #af8859 hue: 0.09 , saturation: 0.35 and the lightness value of af8859 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 01011001
Octal 257 210 131
Decimal 175 136 89
Hex AF 88 59

RGB Percentages of Color #af8859

%43.75
%34.00
%22.25

CMYK Percentages of Color #af8859

%0
%22
%49
%31

Triadic Colors of #af8859

#af8859 #59af88 #8859af

Analogous Colors of #af8859

#af8859 #abaf59 #af5d59

Monochromatic Colors of #af8859

#af8859

Complementary Color

#af8859 #5980af

#af8859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8859 Color CSS Codes

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

#af8859 Text Font Color

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

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


#af8859 Background Color

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

This div background color is #af8859


#af8859 Border Color

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

This div border color is #af8859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8859


Comments

No comments written yet.

Please login to write comment.