Color Hex Logo

#aab661 Color Hex

#AAB661
(170,182,97)
0 Favorites   0 Comments

Color spaces of #aab661

RGB 17018297
HSL0.190.370.55
HSV68°47°71°
CMYK 0.070.000.47   0.29
XYZ35.463242.865017.7139
Yxy42.86500.36920.4463
Hunter Lab65.4714-17.888629.7885
CIE-Lab71.4632-17.040441.6175

#aab661 color RGB value is (170,182,97).

#aab661 hex color red value is 170, green value is 182 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aab661 hue: 0.19 , saturation: 0.37 and the lightness value of aab661 is 0.55.

The process color (four color CMYK) of #aab661 color hex is 0.07, 0.00, 0.47, 0.29. Web safe color of #aab661 is #99cc66. Color #aab661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01100001
Octal 252 266 141
Decimal 170 182 97
Hex AA B6 61

RGB Percentages of Color #aab661

%37.86
%40.53
%21.60

CMYK Percentages of Color #aab661

%7
%0
%47
%29

Triadic Colors of #aab661

#aab661 #61aab6 #b661aa

Analogous Colors of #aab661

#aab661 #80b661 #b69861

Monochromatic Colors of #aab661

#aab661

Complementary Color

#aab661 #6d61b6

#aab661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab661 Color CSS Codes

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

#aab661 Text Font Color

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

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


#aab661 Background Color

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

This div background color is #aab661


#aab661 Border Color

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

This div border color is #aab661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab661


Comments

No comments written yet.

Please login to write comment.