Color Hex Logo

#af8879 Color Hex

#AF8879
(175,136,121)
0 Favorites   0 Comments

Color spaces of #af8879

RGB 175136121
HSL0.050.250.58
HSV17°31°69°
CMYK 0.000.220.31   0.31
XYZ29.934528.102821.9358
Yxy28.10280.37430.3514
Hunter Lab53.01218.023012.5749
CIE-Lab59.981512.678113.7575

#af8879 color RGB value is (175,136,121).

#af8879 hex color red value is 175, green value is 136 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #af8879 hue: 0.05 , saturation: 0.25 and the lightness value of af8879 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 01111001
Octal 257 210 171
Decimal 175 136 121
Hex AF 88 79

RGB Percentages of Color #af8879

%40.51
%31.48
%28.01

CMYK Percentages of Color #af8879

%0
%22
%31
%31

Triadic Colors of #af8879

#af8879 #79af88 #8879af

Analogous Colors of #af8879

#af8879 #afa379 #af7985

Monochromatic Colors of #af8879

#af8879

Complementary Color

#af8879 #79a0af

#af8879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8879 Color CSS Codes

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

#af8879 Text Font Color

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

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


#af8879 Background Color

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

This div background color is #af8879


#af8879 Border Color

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

This div border color is #af8879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8879


Comments

No comments written yet.

Please login to write comment.