Color Hex Logo

#acaa3f Color Hex

#ACAA3F
(172,170,63)
0 Favorites   0 Comments

Color spaces of #acaa3f

RGB 17217063
HSL0.160.460.46
HSV59°63°67°
CMYK 0.000.010.63   0.33
XYZ32.285237.879010.3124
Yxy37.87900.40120.4707
Hunter Lab61.5459-14.069433.1477
CIE-Lab67.9313-12.907253.5438

#acaa3f color RGB value is (172,170,63).

#acaa3f hex color red value is 172, green value is 170 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #acaa3f hue: 0.16 , saturation: 0.46 and the lightness value of acaa3f is 0.46.

The process color (four color CMYK) of #acaa3f color hex is 0.00, 0.01, 0.63, 0.33. Web safe color of #acaa3f is #999933. Color #acaa3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 00111111
Octal 254 252 77
Decimal 172 170 63
Hex AC AA 3F

RGB Percentages of Color #acaa3f

%42.47
%41.98
%15.56

CMYK Percentages of Color #acaa3f

%0
%1
%63
%33

Triadic Colors of #acaa3f

#acaa3f #3facaa #aa3fac

Analogous Colors of #acaa3f

#acaa3f #78ac3f #ac743f

Monochromatic Colors of #acaa3f

#acaa3f

Complementary Color

#acaa3f #3f41ac

#acaa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa3f Color CSS Codes

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

#acaa3f Text Font Color

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

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


#acaa3f Background Color

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

This div background color is #acaa3f


#acaa3f Border Color

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

This div border color is #acaa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa3f


Comments

No comments written yet.

Please login to write comment.