Color Hex Logo

#aaa898 Color Hex

#AAA898
(170,168,152)
1 Favorites   0 Comments

Color spaces of #aaa898

RGB 170168152
HSL0.150.100.63
HSV53°11°67°
CMYK 0.000.010.11   0.33
XYZ36.247738.818335.2880
Yxy38.81830.32850.3518
Hunter Lab62.3043-5.184010.0323
CIE-Lab68.6194-2.14778.5170

#aaa898 color RGB value is (170,168,152).

#aaa898 hex color red value is 170, green value is 168 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aaa898 hue: 0.15 , saturation: 0.10 and the lightness value of aaa898 is 0.63.

The process color (four color CMYK) of #aaa898 color hex is 0.00, 0.01, 0.11, 0.33. Web safe color of #aaa898 is #999999. Color #aaa898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10011000
Octal 252 250 230
Decimal 170 168 152
Hex AA A8 98

RGB Percentages of Color #aaa898

%34.69
%34.29
%31.02

CMYK Percentages of Color #aaa898

%0
%1
%11
%33

Triadic Colors of #aaa898

#aaa898 #98aaa8 #a898aa

Analogous Colors of #aaa898

#aaa898 #a3aa98 #aa9f98

Monochromatic Colors of #aaa898

#aaa898

Complementary Color

#aaa898 #989aaa

#aaa898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa898 Color CSS Codes

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

#aaa898 Text Font Color

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

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


#aaa898 Background Color

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

This div background color is #aaa898


#aaa898 Border Color

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

This div border color is #aaa898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa898


Comments

No comments written yet.

Please login to write comment.