Color Hex Logo

#aaa306 Color Hex

#AAA306
(170,163,6)
0 Favorites   0 Comments

Color spaces of #aaa306

RGB 1701636
HSL0.160.930.35
HSV57°96°67°
CMYK 0.000.040.96   0.33
XYZ29.707634.75365.3146
Yxy34.75360.42580.4981
Hunter Lab58.9522-13.215335.9215
CIE-Lab65.5564-12.213367.5229

#aaa306 color RGB value is (170,163,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 00000110
Octal 252 243 6
Decimal 170 163 6
Hex AA A3 6

RGB Percentages of Color #aaa306

%50.15
%48.08
%1.77

CMYK Percentages of Color #aaa306

%0
%4
%96
%33

Triadic Colors of #aaa306

#aaa306 #06aaa3 #a306aa

Analogous Colors of #aaa306

#aaa306 #5faa06 #aa5106

Monochromatic Colors of #aaa306

#aaa306

Complementary Color

#aaa306 #060daa

#aaa306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa306 Color CSS Codes

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

#aaa306 Text Font Color

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

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


#aaa306 Background Color

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

This div background color is #aaa306


#aaa306 Border Color

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

This div border color is #aaa306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa306


Comments

No comments written yet.

Please login to write comment.