Color Hex Logo

#aaac98 Color Hex

#AAAC98
(170,172,152)
0 Favorites   0 Comments

Color spaces of #aaac98

RGB 170172152
HSL0.180.110.64
HSV66°12°67°
CMYK 0.010.000.12   0.33
XYZ36.997640.318135.5380
Yxy40.31810.32780.3573
Hunter Lab63.4965-7.112111.2639
CIE-Lab69.6955-4.302510.0486

#aaac98 color RGB value is (170,172,152).

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

The process color (four color CMYK) of #aaac98 color hex is 0.01, 0.00, 0.12, 0.33. Web safe color of #aaac98 is #999999. Color #aaac98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10011000
Octal 252 254 230
Decimal 170 172 152
Hex AA AC 98

RGB Percentages of Color #aaac98

%34.41
%34.82
%30.77

CMYK Percentages of Color #aaac98

%1
%0
%12
%33

Triadic Colors of #aaac98

#aaac98 #98aaac #ac98aa

Analogous Colors of #aaac98

#aaac98 #a0ac98 #aca498

Monochromatic Colors of #aaac98

#aaac98

Complementary Color

#aaac98 #9a98ac

#aaac98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac98 Color CSS Codes

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

#aaac98 Text Font Color

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

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


#aaac98 Background Color

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

This div background color is #aaac98


#aaac98 Border Color

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

This div border color is #aaac98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,172,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 #aaac98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac98


Comments

No comments written yet.

Please login to write comment.