Color Hex Logo

#aaa818 Color Hex

#AAA818
(170,168,24)
0 Favorites   0 Comments

Color spaces of #aaa818

RGB 17016824
HSL0.160.750.38
HSV59°86°67°
CMYK 0.000.010.86   0.33
XYZ30.745136.61736.3116
Yxy36.61730.41730.4970
Hunter Lab60.5122-15.204036.1744
CIE-Lab66.9889-14.483065.6816

#aaa818 color RGB value is (170,168,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 00011000
Octal 252 250 30
Decimal 170 168 24
Hex AA A8 18

RGB Percentages of Color #aaa818

%46.96
%46.41
%6.63

CMYK Percentages of Color #aaa818

%0
%1
%86
%33

Triadic Colors of #aaa818

#aaa818 #18aaa8 #a818aa

Analogous Colors of #aaa818

#aaa818 #63aa18 #aa5f18

Monochromatic Colors of #aaa818

#aaa818

Complementary Color

#aaa818 #181aaa

#aaa818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa818 Color CSS Codes

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

#aaa818 Text Font Color

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

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


#aaa818 Background Color

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

This div background color is #aaa818


#aaa818 Border Color

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

This div border color is #aaa818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa818


Comments

No comments written yet.

Please login to write comment.