Color Hex Logo

#aab461 Color Hex

#AAB461
(170,180,97)
0 Favorites   0 Comments

Color spaces of #aab461

RGB 17018097
HSL0.190.360.54
HSV67°46°71°
CMYK 0.060.000.46   0.29
XYZ35.056542.051617.5784
Yxy42.05160.37020.4441
Hunter Lab64.8472-16.985229.3211
CIE-Lab70.9065-16.021940.9366

#aab461 color RGB value is (170,180,97).

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

The process color (four color CMYK) of #aab461 color hex is 0.06, 0.00, 0.46, 0.29. Web safe color of #aab461 is #99cc66. Color #aab461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01100001
Octal 252 264 141
Decimal 170 180 97
Hex AA B4 61

RGB Percentages of Color #aab461

%38.03
%40.27
%21.70

CMYK Percentages of Color #aab461

%6
%0
%46
%29

Triadic Colors of #aab461

#aab461 #61aab4 #b461aa

Analogous Colors of #aab461

#aab461 #81b461 #b49561

Monochromatic Colors of #aab461

#aab461

Complementary Color

#aab461 #6b61b4

#aab461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab461 Color CSS Codes

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

#aab461 Text Font Color

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

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


#aab461 Background Color

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

This div background color is #aab461


#aab461 Border Color

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

This div border color is #aab461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab461


Comments

No comments written yet.

Please login to write comment.