Color Hex Logo

#aaba6f Color Hex

#AABA6F
(170,186,111)
0 Favorites   0 Comments

Color spaces of #aaba6f

RGB 170186111
HSL0.200.350.58
HSV73°40°73°
CMYK 0.090.000.40   0.27
XYZ37.005744.811621.7380
Yxy44.81160.35740.4327
Hunter Lab66.9415-18.471527.6057
CIE-Lab72.7677-17.517936.1561

#aaba6f color RGB value is (170,186,111).

#aaba6f hex color red value is 170, green value is 186 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aaba6f hue: 0.20 , saturation: 0.35 and the lightness value of aaba6f is 0.58.

The process color (four color CMYK) of #aaba6f color hex is 0.09, 0.00, 0.40, 0.27. Web safe color of #aaba6f is #99cc66. Color #aaba6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 01101111
Octal 252 272 157
Decimal 170 186 111
Hex AA BA 6F

RGB Percentages of Color #aaba6f

%36.40
%39.83
%23.77

CMYK Percentages of Color #aaba6f

%9
%0
%40
%27

Triadic Colors of #aaba6f

#aaba6f #6faaba #ba6faa

Analogous Colors of #aaba6f

#aaba6f #85ba6f #baa56f

Monochromatic Colors of #aaba6f

#aaba6f

Complementary Color

#aaba6f #7f6fba

#aaba6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba6f Color CSS Codes

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

#aaba6f Text Font Color

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

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


#aaba6f Background Color

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

This div background color is #aaba6f


#aaba6f Border Color

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

This div border color is #aaba6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,186,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba6f


Comments

No comments written yet.

Please login to write comment.