Color Hex Logo

#aaa62d Color Hex

#AAA62D
(170,166,45)
0 Favorites   0 Comments

Color spaces of #aaa62d

RGB 17016645
HSL0.160.580.42
HSV58°74°67°
CMYK 0.000.020.74   0.33
XYZ30.687436.00797.8155
Yxy36.00790.41190.4833
Hunter Lab60.0066-13.726534.2824
CIE-Lab66.5260-12.702459.1680

#aaa62d color RGB value is (170,166,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00101101
Octal 252 246 55
Decimal 170 166 45
Hex AA A6 2D

RGB Percentages of Color #aaa62d

%44.62
%43.57
%11.81

CMYK Percentages of Color #aaa62d

%0
%2
%74
%33

Triadic Colors of #aaa62d

#aaa62d #2daaa6 #a62daa

Analogous Colors of #aaa62d

#aaa62d #70aa2d #aa682d

Monochromatic Colors of #aaa62d

#aaa62d

Complementary Color

#aaa62d #2d31aa

#aaa62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa62d Color CSS Codes

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

#aaa62d Text Font Color

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

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


#aaa62d Background Color

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

This div background color is #aaa62d


#aaa62d Border Color

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

This div border color is #aaa62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa62d


Comments

No comments written yet.

Please login to write comment.