Color Hex Logo

#aca798 Color Hex

#ACA798
(172,167,152)
0 Favorites   0 Comments

Color spaces of #aca798

RGB 172167152
HSL0.130.110.64
HSV45°12°67°
CMYK 0.000.030.12   0.33
XYZ36.499538.675135.2471
Yxy38.67510.33050.3502
Hunter Lab62.1893-4.06799.9287
CIE-Lab68.5153-0.86108.3905

#aca798 color RGB value is (172,167,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 10011000
Octal 254 247 230
Decimal 172 167 152
Hex AC A7 98

RGB Percentages of Color #aca798

%35.03
%34.01
%30.96

CMYK Percentages of Color #aca798

%0
%3
%12
%33

Triadic Colors of #aca798

#aca798 #98aca7 #a798ac

Analogous Colors of #aca798

#aca798 #a7ac98 #ac9d98

Monochromatic Colors of #aca798

#aca798

Complementary Color

#aca798 #989dac

#aca798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca798 Color CSS Codes

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

#aca798 Text Font Color

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

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


#aca798 Background Color

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

This div background color is #aca798


#aca798 Border Color

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

This div border color is #aca798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca798


Comments

No comments written yet.

Please login to write comment.