Color Hex Logo

#af9c8e Color Hex

#AF9C8E
(175,156,142)
0 Favorites   0 Comments

Color spaces of #af9c8e

RGB 175156142
HSL0.070.170.62
HSV25°19°69°
CMYK 0.000.110.19   0.31
XYZ34.450134.843930.5010
Yxy34.84390.34520.3492
Hunter Lab59.02870.875210.6841
CIE-Lab65.62704.65529.8738

#af9c8e color RGB value is (175,156,142).

#af9c8e hex color red value is 175, green value is 156 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #af9c8e hue: 0.07 , saturation: 0.17 and the lightness value of af9c8e is 0.62.

The process color (four color CMYK) of #af9c8e color hex is 0.00, 0.11, 0.19, 0.31. Web safe color of #af9c8e is #999999. Color #af9c8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 10001110
Octal 257 234 216
Decimal 175 156 142
Hex AF 9C 8E

RGB Percentages of Color #af9c8e

%37.00
%32.98
%30.02

CMYK Percentages of Color #af9c8e

%0
%11
%19
%31

Triadic Colors of #af9c8e

#af9c8e #8eaf9c #9c8eaf

Analogous Colors of #af9c8e

#af9c8e #afad8e #af8e91

Monochromatic Colors of #af9c8e

#af9c8e

Complementary Color

#af9c8e #8ea1af

#af9c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9c8e Color CSS Codes

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

#af9c8e Text Font Color

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

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


#af9c8e Background Color

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

This div background color is #af9c8e


#af9c8e Border Color

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

This div border color is #af9c8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9c8e


Comments

No comments written yet.

Please login to write comment.