Color Hex Logo

#aca543 Color Hex

#ACA543
(172,165,67)
0 Favorites   0 Comments

Color spaces of #aca543

RGB 17216567
HSL0.160.440.47
HSV56°61°67°
CMYK 0.000.040.61   0.33
XYZ31.481536.086210.6163
Yxy36.08620.40270.4616
Hunter Lab60.0718-11.580131.5721
CIE-Lab66.5857-10.026450.3370

#aca543 color RGB value is (172,165,67).

#aca543 hex color red value is 172, green value is 165 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aca543 hue: 0.16 , saturation: 0.44 and the lightness value of aca543 is 0.47.

The process color (four color CMYK) of #aca543 color hex is 0.00, 0.04, 0.61, 0.33. Web safe color of #aca543 is #999933. Color #aca543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 01000011
Octal 254 245 103
Decimal 172 165 67
Hex AC A5 43

RGB Percentages of Color #aca543

%42.57
%40.84
%16.58

CMYK Percentages of Color #aca543

%0
%4
%61
%33

Triadic Colors of #aca543

#aca543 #43aca5 #a543ac

Analogous Colors of #aca543

#aca543 #7fac43 #ac7143

Monochromatic Colors of #aca543

#aca543

Complementary Color

#aca543 #434aac

#aca543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca543 Color CSS Codes

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

#aca543 Text Font Color

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

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


#aca543 Background Color

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

This div background color is #aca543


#aca543 Border Color

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

This div border color is #aca543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca543


Comments

No comments written yet.

Please login to write comment.