Color Hex Logo

#afa385 Color Hex

#AFA385
(175,163,133)
0 Favorites   0 Comments

Color spaces of #afa385

RGB 175163133
HSL0.120.210.60
HSV43°24°69°
CMYK 0.000.070.24   0.31
XYZ35.010037.001827.4871
Yxy37.00180.35190.3719
Hunter Lab60.8291-3.715815.7888
CIE-Lab67.2784-0.542117.1817

#afa385 color RGB value is (175,163,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 10000101
Octal 257 243 205
Decimal 175 163 133
Hex AF A3 85

RGB Percentages of Color #afa385

%37.15
%34.61
%28.24

CMYK Percentages of Color #afa385

%0
%7
%24
%31

Triadic Colors of #afa385

#afa385 #85afa3 #a385af

Analogous Colors of #afa385

#afa385 #a6af85 #af8e85

Monochromatic Colors of #afa385

#afa385

Complementary Color

#afa385 #8591af

#afa385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa385 Color CSS Codes

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

#afa385 Text Font Color

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

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


#afa385 Background Color

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

This div background color is #afa385


#afa385 Border Color

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

This div border color is #afa385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,163,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 #afa385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa385


Comments

No comments written yet.

Please login to write comment.