Color Hex Logo

#aa9006 Color Hex

#AA9006
(170,144,6)
0 Favorites   0 Comments

Color spaces of #aa9006

RGB 1701446
HSL0.140.930.35
HSV50°96°67°
CMYK 0.000.150.96   0.33
XYZ26.583728.50574.2733
Yxy28.50570.44780.4802
Hunter Lab53.3907-4.557132.6280
CIE-Lab60.3429-2.078363.6587

#aa9006 color RGB value is (170,144,6).

#aa9006 hex color red value is 170, green value is 144 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #aa9006 hue: 0.14 , saturation: 0.93 and the lightness value of aa9006 is 0.35.

The process color (four color CMYK) of #aa9006 color hex is 0.00, 0.15, 0.96, 0.33. Web safe color of #aa9006 is #999900. Color #aa9006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 00000110
Octal 252 220 6
Decimal 170 144 6
Hex AA 90 6

RGB Percentages of Color #aa9006

%53.13
%45.00
%1.88

CMYK Percentages of Color #aa9006

%0
%15
%96
%33

Triadic Colors of #aa9006

#aa9006 #06aa90 #9006aa

Analogous Colors of #aa9006

#aa9006 #72aa06 #aa3e06

Monochromatic Colors of #aa9006

#aa9006

Complementary Color

#aa9006 #0620aa

#aa9006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9006 Color CSS Codes

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

#aa9006 Text Font Color

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

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


#aa9006 Background Color

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

This div background color is #aa9006


#aa9006 Border Color

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

This div border color is #aa9006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9006


Comments

No comments written yet.

Please login to write comment.