Color Hex Logo

#afa581 Color Hex

#AFA581
(175,165,129)
0 Favorites   0 Comments

Color spaces of #afa581

RGB 175165129
HSL0.130.220.60
HSV47°26°69°
CMYK 0.000.060.26   0.31
XYZ35.096837.609226.1784
Yxy37.60920.35490.3803
Hunter Lab61.3263-5.166317.6193
CIE-Lab67.7316-2.199720.0019

#afa581 color RGB value is (175,165,129).

#afa581 hex color red value is 175, green value is 165 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afa581 hue: 0.13 , saturation: 0.22 and the lightness value of afa581 is 0.60.

The process color (four color CMYK) of #afa581 color hex is 0.00, 0.06, 0.26, 0.31. Web safe color of #afa581 is #999999. Color #afa581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 10000001
Octal 257 245 201
Decimal 175 165 129
Hex AF A5 81

RGB Percentages of Color #afa581

%37.31
%35.18
%27.51

CMYK Percentages of Color #afa581

%0
%6
%26
%31

Triadic Colors of #afa581

#afa581 #81afa5 #a581af

Analogous Colors of #afa581

#afa581 #a2af81 #af8e81

Monochromatic Colors of #afa581

#afa581

Complementary Color

#afa581 #818baf

#afa581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa581 Color CSS Codes

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

#afa581 Text Font Color

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

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


#afa581 Background Color

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

This div background color is #afa581


#afa581 Border Color

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

This div border color is #afa581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa581


Comments

No comments written yet.

Please login to write comment.