Color Hex Logo

#aca797 Color Hex

#ACA797
(172,167,151)
0 Favorites   0 Comments

Color spaces of #aca797

RGB 172167151
HSL0.130.110.63
HSV46°12°67°
CMYK 0.000.030.12   0.33
XYZ36.417938.642534.8175
Yxy38.64250.33140.3517
Hunter Lab62.1631-4.212210.3059
CIE-Lab68.4915-1.02968.9097

#aca797 color RGB value is (172,167,151).

#aca797 hex color red value is 172, green value is 167 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aca797 hue: 0.13 , saturation: 0.11 and the lightness value of aca797 is 0.63.

The process color (four color CMYK) of #aca797 color hex is 0.00, 0.03, 0.12, 0.33. Web safe color of #aca797 is #999999. Color #aca797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 10010111
Octal 254 247 227
Decimal 172 167 151
Hex AC A7 97

RGB Percentages of Color #aca797

%35.10
%34.08
%30.82

CMYK Percentages of Color #aca797

%0
%3
%12
%33

Triadic Colors of #aca797

#aca797 #97aca7 #a797ac

Analogous Colors of #aca797

#aca797 #a7ac97 #ac9d97

Monochromatic Colors of #aca797

#aca797

Complementary Color

#aca797 #979cac

#aca797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca797 Color CSS Codes

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

#aca797 Text Font Color

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

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


#aca797 Background Color

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

This div background color is #aca797


#aca797 Border Color

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

This div border color is #aca797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca797


Comments

No comments written yet.

Please login to write comment.