Color Hex Logo

#aca28a Color Hex

#ACA28A
(172,162,138)
0 Favorites   0 Comments

Color spaces of #aca28a

RGB 172162138
HSL0.120.170.61
HSV42°20°67°
CMYK 0.000.060.20   0.33
XYZ34.521036.446329.2601
Yxy36.44630.34440.3636
Hunter Lab60.3708-3.579613.5233
CIE-Lab66.8595-0.413313.7982

#aca28a color RGB value is (172,162,138).

#aca28a hex color red value is 172, green value is 162 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aca28a hue: 0.12 , saturation: 0.17 and the lightness value of aca28a is 0.61.

The process color (four color CMYK) of #aca28a color hex is 0.00, 0.06, 0.20, 0.33. Web safe color of #aca28a is #999999. Color #aca28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 10001010
Octal 254 242 212
Decimal 172 162 138
Hex AC A2 8A

RGB Percentages of Color #aca28a

%36.44
%34.32
%29.24

CMYK Percentages of Color #aca28a

%0
%6
%20
%33

Triadic Colors of #aca28a

#aca28a #8aaca2 #a28aac

Analogous Colors of #aca28a

#aca28a #a5ac8a #ac918a

Monochromatic Colors of #aca28a

#aca28a

Complementary Color

#aca28a #8a94ac

#aca28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca28a Color CSS Codes

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

#aca28a Text Font Color

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

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


#aca28a Background Color

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

This div background color is #aca28a


#aca28a Border Color

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

This div border color is #aca28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca28a


Comments

No comments written yet.

Please login to write comment.