Color Hex Logo

#afa187 Color Hex

#AFA187
(175,161,135)
0 Favorites   0 Comments

Color spaces of #afa187

RGB 175161135
HSL0.110.200.61
HSV39°23°69°
CMYK 0.000.080.23   0.31
XYZ34.797236.353028.1045
Yxy36.35300.35060.3663
Hunter Lab60.2934-2.495714.5687
CIE-Lab66.78880.840615.3982

#afa187 color RGB value is (175,161,135).

#afa187 hex color red value is 175, green value is 161 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afa187 hue: 0.11 , saturation: 0.20 and the lightness value of afa187 is 0.61.

The process color (four color CMYK) of #afa187 color hex is 0.00, 0.08, 0.23, 0.31. Web safe color of #afa187 is #999999. Color #afa187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10000111
Octal 257 241 207
Decimal 175 161 135
Hex AF A1 87

RGB Percentages of Color #afa187

%37.15
%34.18
%28.66

CMYK Percentages of Color #afa187

%0
%8
%23
%31

Triadic Colors of #afa187

#afa187 #87afa1 #a187af

Analogous Colors of #afa187

#afa187 #a9af87 #af8d87

Monochromatic Colors of #afa187

#afa187

Complementary Color

#afa187 #8795af

#afa187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa187 Color CSS Codes

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

#afa187 Text Font Color

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

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


#afa187 Background Color

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

This div background color is #afa187


#afa187 Border Color

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

This div border color is #afa187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa187


Comments

No comments written yet.

Please login to write comment.