Color Hex Logo

#afa161 Color Hex

#AFA161
(175,161,97)
0 Favorites   0 Comments

Color spaces of #afa161

RGB 17516197
HSL0.140.330.53
HSV49°45°69°
CMYK 0.000.080.45   0.31
XYZ32.581735.466816.4378
Yxy35.46680.38560.4198
Hunter Lab59.5540-6.563125.3229
CIE-Lab66.1105-3.994135.0760

#afa161 color RGB value is (175,161,97).

#afa161 hex color red value is 175, green value is 161 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #afa161 hue: 0.14 , saturation: 0.33 and the lightness value of afa161 is 0.53.

The process color (four color CMYK) of #afa161 color hex is 0.00, 0.08, 0.45, 0.31. Web safe color of #afa161 is #999966. Color #afa161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01100001
Octal 257 241 141
Decimal 175 161 97
Hex AF A1 61

RGB Percentages of Color #afa161

%40.42
%37.18
%22.40

CMYK Percentages of Color #afa161

%0
%8
%45
%31

Triadic Colors of #afa161

#afa161 #61afa1 #a161af

Analogous Colors of #afa161

#afa161 #96af61 #af7a61

Monochromatic Colors of #afa161

#afa161

Complementary Color

#afa161 #616faf

#afa161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa161 Color CSS Codes

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

#afa161 Text Font Color

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

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


#afa161 Background Color

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

This div background color is #afa161


#afa161 Border Color

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

This div border color is #afa161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa161


Comments

No comments written yet.

Please login to write comment.