Color Hex Logo

#aaac46 Color Hex

#AAAC46
(170,172,70)
0 Favorites   0 Comments

Color spaces of #aaac46

RGB 17017270
HSL0.170.420.47
HSV61°59°67°
CMYK 0.010.000.59   0.33
XYZ32.435638.493311.5148
Yxy38.49330.39340.4669
Hunter Lab62.0430-15.256732.4262
CIE-Lab68.3826-14.311650.9081

#aaac46 color RGB value is (170,172,70).

#aaac46 hex color red value is 170, green value is 172 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #aaac46 hue: 0.17 , saturation: 0.42 and the lightness value of aaac46 is 0.47.

The process color (four color CMYK) of #aaac46 color hex is 0.01, 0.00, 0.59, 0.33. Web safe color of #aaac46 is #999933. Color #aaac46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01000110
Octal 252 254 106
Decimal 170 172 70
Hex AA AC 46

RGB Percentages of Color #aaac46

%41.26
%41.75
%16.99

CMYK Percentages of Color #aaac46

%1
%0
%59
%33

Triadic Colors of #aaac46

#aaac46 #46aaac #ac46aa

Analogous Colors of #aaac46

#aaac46 #77ac46 #ac7b46

Monochromatic Colors of #aaac46

#aaac46

Complementary Color

#aaac46 #4846ac

#aaac46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac46 Color CSS Codes

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

#aaac46 Text Font Color

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

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


#aaac46 Background Color

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

This div background color is #aaac46


#aaac46 Border Color

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

This div border color is #aaac46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac46


Comments

No comments written yet.

Please login to write comment.