Color Hex Logo

#afa181 Color Hex

#AFA181
(175,161,129)
0 Favorites   0 Comments

Color spaces of #afa181

RGB 175161129
HSL0.120.220.60
HSV42°26°69°
CMYK 0.000.080.26   0.31
XYZ34.386536.188725.9416
Yxy36.18870.35630.3749
Hunter Lab60.1570-3.242116.5422
CIE-Lab66.6639-0.033818.5371

#afa181 color RGB value is (175,161,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10000001
Octal 257 241 201
Decimal 175 161 129
Hex AF A1 81

RGB Percentages of Color #afa181

%37.63
%34.62
%27.74

CMYK Percentages of Color #afa181

%0
%8
%26
%31

Triadic Colors of #afa181

#afa181 #81afa1 #a181af

Analogous Colors of #afa181

#afa181 #a6af81 #af8a81

Monochromatic Colors of #afa181

#afa181

Complementary Color

#afa181 #818faf

#afa181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa181 Color CSS Codes

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

#afa181 Text Font Color

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

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


#afa181 Background Color

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

This div background color is #afa181


#afa181 Border Color

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

This div border color is #afa181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa181


Comments

No comments written yet.

Please login to write comment.