Color Hex Logo

#aaa92d Color Hex

#AAA92D
(170,169,45)
0 Favorites   0 Comments

Color spaces of #aaa92d

RGB 17016945
HSL0.170.580.42
HSV60°74°67°
CMYK 0.000.010.74   0.33
XYZ31.239237.11147.9994
Yxy37.11140.40920.4861
Hunter Lab60.9191-15.074034.8579
CIE-Lab67.3605-14.255959.9601

#aaa92d color RGB value is (170,169,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00101101
Octal 252 251 55
Decimal 170 169 45
Hex AA A9 2D

RGB Percentages of Color #aaa92d

%44.27
%44.01
%11.72

CMYK Percentages of Color #aaa92d

%0
%1
%74
%33

Triadic Colors of #aaa92d

#aaa92d #2daaa9 #a92daa

Analogous Colors of #aaa92d

#aaa92d #6daa2d #aa6b2d

Monochromatic Colors of #aaa92d

#aaa92d

Complementary Color

#aaa92d #2d2eaa

#aaa92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa92d Color CSS Codes

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

#aaa92d Text Font Color

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

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


#aaa92d Background Color

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

This div background color is #aaa92d


#aaa92d Border Color

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

This div border color is #aaa92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa92d


Comments

No comments written yet.

Please login to write comment.