Color Hex Logo

#afa160 Color Hex

#AFA160
(175,161,96)
0 Favorites   0 Comments

Color spaces of #afa160

RGB 17516196
HSL0.140.330.53
HSV49°45°69°
CMYK 0.000.080.45   0.31
XYZ32.535435.448216.1937
Yxy35.44820.38650.4211
Hunter Lab59.5384-6.648925.5507
CIE-Lab66.0961-4.098035.5810

#afa160 color RGB value is (175,161,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01100000
Octal 257 241 140
Decimal 175 161 96
Hex AF A1 60

RGB Percentages of Color #afa160

%40.51
%37.27
%22.22

CMYK Percentages of Color #afa160

%0
%8
%45
%31

Triadic Colors of #afa160

#afa160 #60afa1 #a160af

Analogous Colors of #afa160

#afa160 #96af60 #af7a60

Monochromatic Colors of #afa160

#afa160

Complementary Color

#afa160 #606eaf

#afa160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa160 Color CSS Codes

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

#afa160 Text Font Color

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

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


#afa160 Background Color

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

This div background color is #afa160


#afa160 Border Color

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

This div border color is #afa160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa160


Comments

No comments written yet.

Please login to write comment.