Color Hex Logo

#aaa813 Color Hex

#AAA813
(170,168,19)
0 Favorites   0 Comments

Color spaces of #aaa813

RGB 17016819
HSL0.160.800.37
HSV59°89°67°
CMYK 0.000.010.89   0.33
XYZ30.697736.59836.0623
Yxy36.59830.41850.4989
Hunter Lab60.4965-15.292836.4062
CIE-Lab66.9746-14.597666.6896

#aaa813 color RGB value is (170,168,19).

#aaa813 hex color red value is 170, green value is 168 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aaa813 hue: 0.16 , saturation: 0.80 and the lightness value of aaa813 is 0.37.

The process color (four color CMYK) of #aaa813 color hex is 0.00, 0.01, 0.89, 0.33. Web safe color of #aaa813 is #999900. Color #aaa813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 00010011
Octal 252 250 23
Decimal 170 168 19
Hex AA A8 13

RGB Percentages of Color #aaa813

%47.62
%47.06
%5.32

CMYK Percentages of Color #aaa813

%0
%1
%89
%33

Triadic Colors of #aaa813

#aaa813 #13aaa8 #a813aa

Analogous Colors of #aaa813

#aaa813 #61aa13 #aa5c13

Monochromatic Colors of #aaa813

#aaa813

Complementary Color

#aaa813 #1315aa

#aaa813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa813 Color CSS Codes

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

#aaa813 Text Font Color

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

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


#aaa813 Background Color

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

This div background color is #aaa813


#aaa813 Border Color

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

This div border color is #aaa813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa813


Comments

No comments written yet.

Please login to write comment.