Color Hex Logo

#aca136 Color Hex

#ACA136
(172,161,54)
0 Favorites   0 Comments

Color spaces of #aca136

RGB 17216154
HSL0.150.520.44
HSV54°69°67°
CMYK 0.000.060.69   0.33
XYZ30.424034.52678.5508
Yxy34.52670.41390.4697
Hunter Lab58.7594-10.406632.5036
CIE-Lab65.3785-8.740654.6607

#aca136 color RGB value is (172,161,54).

#aca136 hex color red value is 172, green value is 161 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aca136 hue: 0.15 , saturation: 0.52 and the lightness value of aca136 is 0.44.

The process color (four color CMYK) of #aca136 color hex is 0.00, 0.06, 0.69, 0.33. Web safe color of #aca136 is #999933. Color #aca136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 00110110
Octal 254 241 66
Decimal 172 161 54
Hex AC A1 36

RGB Percentages of Color #aca136

%44.44
%41.60
%13.95

CMYK Percentages of Color #aca136

%0
%6
%69
%33

Triadic Colors of #aca136

#aca136 #36aca1 #a136ac

Analogous Colors of #aca136

#aca136 #7cac36 #ac6636

Monochromatic Colors of #aca136

#aca136

Complementary Color

#aca136 #3641ac

#aca136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca136 Color CSS Codes

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

#aca136 Text Font Color

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

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


#aca136 Background Color

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

This div background color is #aca136


#aca136 Border Color

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

This div border color is #aca136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca136


Comments

No comments written yet.

Please login to write comment.