Color Hex Logo

#aca331 Color Hex

#ACA331
(172,163,49)
0 Favorites   0 Comments

Color spaces of #aca331

RGB 17216349
HSL0.150.560.43
HSV56°72°67°
CMYK 0.000.050.72   0.33
XYZ30.664835.18688.0813
Yxy35.18680.41480.4759
Hunter Lab59.3185-11.531433.4455
CIE-Lab65.8938-10.061957.1464

#aca331 color RGB value is (172,163,49).

#aca331 hex color red value is 172, green value is 163 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aca331 hue: 0.15 , saturation: 0.56 and the lightness value of aca331 is 0.43.

The process color (four color CMYK) of #aca331 color hex is 0.00, 0.05, 0.72, 0.33. Web safe color of #aca331 is #999933. Color #aca331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 00110001
Octal 254 243 61
Decimal 172 163 49
Hex AC A3 31

RGB Percentages of Color #aca331

%44.79
%42.45
%12.76

CMYK Percentages of Color #aca331

%0
%5
%72
%33

Triadic Colors of #aca331

#aca331 #31aca3 #a331ac

Analogous Colors of #aca331

#aca331 #78ac31 #ac6631

Monochromatic Colors of #aca331

#aca331

Complementary Color

#aca331 #313aac

#aca331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca331 Color CSS Codes

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

#aca331 Text Font Color

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

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


#aca331 Background Color

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

This div background color is #aca331


#aca331 Border Color

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

This div border color is #aca331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca331


Comments

No comments written yet.

Please login to write comment.