Color Hex Logo

#aca290 Color Hex

#ACA290
(172,162,144)
0 Favorites   0 Comments

Color spaces of #aca290

RGB 172162144
HSL0.110.140.62
HSV39°16°67°
CMYK 0.000.060.16   0.33
XYZ34.967636.624931.6119
Yxy36.62490.33880.3549
Hunter Lab60.5185-2.770111.3928
CIE-Lab66.99470.536110.6621

#aca290 color RGB value is (172,162,144).

#aca290 hex color red value is 172, green value is 162 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aca290 hue: 0.11 , saturation: 0.14 and the lightness value of aca290 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 10010000
Octal 254 242 220
Decimal 172 162 144
Hex AC A2 90

RGB Percentages of Color #aca290

%35.98
%33.89
%30.13

CMYK Percentages of Color #aca290

%0
%6
%16
%33

Triadic Colors of #aca290

#aca290 #90aca2 #a290ac

Analogous Colors of #aca290

#aca290 #a8ac90 #ac9490

Monochromatic Colors of #aca290

#aca290

Complementary Color

#aca290 #909aac

#aca290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca290 Color CSS Codes

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

#aca290 Text Font Color

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

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


#aca290 Background Color

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

This div background color is #aca290


#aca290 Border Color

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

This div border color is #aca290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca290


Comments

No comments written yet.

Please login to write comment.