Color Hex Logo

#aca91a Color Hex

#ACA91A
(172,169,26)
0 Favorites   0 Comments

Color spaces of #aca91a

RGB 17216926
HSL0.160.740.39
HSV59°85°67°
CMYK 0.000.020.85   0.33
XYZ31.387737.22126.5074
Yxy37.22120.41790.4955
Hunter Lab61.0092-14.932336.3824
CIE-Lab67.4427-14.064065.6716

#aca91a color RGB value is (172,169,26).

#aca91a hex color red value is 172, green value is 169 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aca91a hue: 0.16 , saturation: 0.74 and the lightness value of aca91a is 0.39.

The process color (four color CMYK) of #aca91a color hex is 0.00, 0.02, 0.85, 0.33. Web safe color of #aca91a is #999933. Color #aca91a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 00011010
Octal 254 251 32
Decimal 172 169 26
Hex AC A9 1A

RGB Percentages of Color #aca91a

%46.87
%46.05
%7.08

CMYK Percentages of Color #aca91a

%0
%2
%85
%33

Triadic Colors of #aca91a

#aca91a #1aaca9 #a91aac

Analogous Colors of #aca91a

#aca91a #66ac1a #ac601a

Monochromatic Colors of #aca91a

#aca91a

Complementary Color

#aca91a #1a1dac

#aca91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca91a Color CSS Codes

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

#aca91a Text Font Color

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

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


#aca91a Background Color

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

This div background color is #aca91a


#aca91a Border Color

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

This div border color is #aca91a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca91a


Comments

No comments written yet.

Please login to write comment.