Color Hex Logo

#aaa605 Color Hex

#AAA605
(170,166,5)
0 Favorites   0 Comments

Color spaces of #aaa605

RGB 1701665
HSL0.160.940.34
HSV59°97°67°
CMYK 0.000.020.97   0.33
XYZ30.241235.82945.4655
Yxy35.82940.42270.5009
Hunter Lab59.8577-14.569436.4867
CIE-Lab66.3894-13.784268.2738

#aaa605 color RGB value is (170,166,5).

#aaa605 hex color red value is 170, green value is 166 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aaa605 hue: 0.16 , saturation: 0.94 and the lightness value of aaa605 is 0.34.

The process color (four color CMYK) of #aaa605 color hex is 0.00, 0.02, 0.97, 0.33. Web safe color of #aaa605 is #999900. Color #aaa605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00000101
Octal 252 246 5
Decimal 170 166 5
Hex AA A6 5

RGB Percentages of Color #aaa605

%49.85
%48.68
%1.47

CMYK Percentages of Color #aaa605

%0
%2
%97
%33

Triadic Colors of #aaa605

#aaa605 #05aaa6 #a605aa

Analogous Colors of #aaa605

#aaa605 #5baa05 #aa5405

Monochromatic Colors of #aaa605

#aaa605

Complementary Color

#aaa605 #0509aa

#aaa605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa605 Color CSS Codes

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

#aaa605 Text Font Color

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

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


#aaa605 Background Color

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

This div background color is #aaa605


#aaa605 Border Color

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

This div border color is #aaa605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa605


Comments

No comments written yet.

Please login to write comment.