Color Hex Logo

#aaa923 Color Hex

#AAA923
(170,169,35)
0 Favorites   0 Comments

Color spaces of #aaa923

RGB 17016935
HSL0.170.660.40
HSV60°79°67°
CMYK 0.000.010.79   0.33
XYZ31.068937.04337.1027
Yxy37.04330.41310.4925
Hunter Lab60.8632-15.391535.6851
CIE-Lab67.3095-14.664163.1268

#aaa923 color RGB value is (170,169,35).

#aaa923 hex color red value is 170, green value is 169 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aaa923 hue: 0.17 , saturation: 0.66 and the lightness value of aaa923 is 0.40.

The process color (four color CMYK) of #aaa923 color hex is 0.00, 0.01, 0.79, 0.33. Web safe color of #aaa923 is #999933. Color #aaa923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00100011
Octal 252 251 43
Decimal 170 169 35
Hex AA A9 23

RGB Percentages of Color #aaa923

%45.45
%45.19
%9.36

CMYK Percentages of Color #aaa923

%0
%1
%79
%33

Triadic Colors of #aaa923

#aaa923 #23aaa9 #a923aa

Analogous Colors of #aaa923

#aaa923 #68aa23 #aa6623

Monochromatic Colors of #aaa923

#aaa923

Complementary Color

#aaa923 #2324aa

#aaa923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa923 Color CSS Codes

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

#aaa923 Text Font Color

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

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


#aaa923 Background Color

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

This div background color is #aaa923


#aaa923 Border Color

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

This div border color is #aaa923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa923


Comments

No comments written yet.

Please login to write comment.