Color Hex Logo

#aca296 Color Hex

#ACA296
(172,162,150)
1 Favorites   0 Comments

Color spaces of #aca296

RGB 172162150
HSL0.090.120.63
HSV33°13°67°
CMYK 0.000.060.13   0.33
XYZ35.438636.813334.0920
Yxy36.81330.33320.3462
Hunter Lab60.6740-1.92079.1574
CIE-Lab67.13671.52527.5305

#aca296 color RGB value is (172,162,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 10010110
Octal 254 242 226
Decimal 172 162 150
Hex AC A2 96

RGB Percentages of Color #aca296

%35.54
%33.47
%30.99

CMYK Percentages of Color #aca296

%0
%6
%13
%33

Triadic Colors of #aca296

#aca296 #96aca2 #a296ac

Analogous Colors of #aca296

#aca296 #abac96 #ac9796

Monochromatic Colors of #aca296

#aca296

Complementary Color

#aca296 #96a0ac

#aca296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca296 Color CSS Codes

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

#aca296 Text Font Color

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

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


#aca296 Background Color

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

This div background color is #aca296


#aca296 Border Color

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

This div border color is #aca296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca296


Comments

No comments written yet.

Please login to write comment.