Color Hex Logo

#afa185 Color Hex

#AFA185
(175,161,133)
0 Favorites   0 Comments

Color spaces of #afa185

RGB 175161133
HSL0.110.210.60
HSV40°24°69°
CMYK 0.000.080.24   0.31
XYZ34.657736.297227.3697
Yxy36.29720.35250.3692
Hunter Lab60.2472-2.748915.2381
CIE-Lab66.74640.544716.4447

#afa185 color RGB value is (175,161,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10000101
Octal 257 241 205
Decimal 175 161 133
Hex AF A1 85

RGB Percentages of Color #afa185

%37.31
%34.33
%28.36

CMYK Percentages of Color #afa185

%0
%8
%24
%31

Triadic Colors of #afa185

#afa185 #85afa1 #a185af

Analogous Colors of #afa185

#afa185 #a8af85 #af8c85

Monochromatic Colors of #afa185

#afa185

Complementary Color

#afa185 #8593af

#afa185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa185 Color CSS Codes

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

#afa185 Text Font Color

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

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


#afa185 Background Color

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

This div background color is #afa185


#afa185 Border Color

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

This div border color is #afa185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa185


Comments

No comments written yet.

Please login to write comment.