Color Hex Logo

#aca161 Color Hex

#ACA161
(172,161,97)
0 Favorites   0 Comments

Color spaces of #aca161

RGB 17216197
HSL0.140.310.53
HSV51°44°67°
CMYK 0.000.060.44   0.33
XYZ31.915835.123516.4066
Yxy35.12350.38250.4209
Hunter Lab59.2651-7.587025.0721
CIE-Lab65.8447-5.248834.6851

#aca161 color RGB value is (172,161,97).

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

The process color (four color CMYK) of #aca161 color hex is 0.00, 0.06, 0.44, 0.33. Web safe color of #aca161 is #999966. Color #aca161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01100001
Octal 254 241 141
Decimal 172 161 97
Hex AC A1 61

RGB Percentages of Color #aca161

%40.00
%37.44
%22.56

CMYK Percentages of Color #aca161

%0
%6
%44
%33

Triadic Colors of #aca161

#aca161 #61aca1 #a161ac

Analogous Colors of #aca161

#aca161 #92ac61 #ac7c61

Monochromatic Colors of #aca161

#aca161

Complementary Color

#aca161 #616cac

#aca161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca161 Color CSS Codes

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

#aca161 Text Font Color

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

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


#aca161 Background Color

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

This div background color is #aca161


#aca161 Border Color

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

This div border color is #aca161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca161


Comments

No comments written yet.

Please login to write comment.