Color Hex Logo

#aaa028 Color Hex

#AAA028
(170,160,40)
0 Favorites   0 Comments

Color spaces of #aaa028

RGB 17016040
HSL0.150.620.41
HSV55°76°67°
CMYK 0.000.060.76   0.33
XYZ29.531433.84096.9830
Yxy33.84090.41970.4810
Hunter Lab58.1729-11.187433.6040
CIE-Lab64.8361-9.780859.3172

#aaa028 color RGB value is (170,160,40).

#aaa028 hex color red value is 170, green value is 160 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aaa028 hue: 0.15 , saturation: 0.62 and the lightness value of aaa028 is 0.41.

The process color (four color CMYK) of #aaa028 color hex is 0.00, 0.06, 0.76, 0.33. Web safe color of #aaa028 is #999933. Color #aaa028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 00101000
Octal 252 240 50
Decimal 170 160 40
Hex AA A0 28

RGB Percentages of Color #aaa028

%45.95
%43.24
%10.81

CMYK Percentages of Color #aaa028

%0
%6
%76
%33

Triadic Colors of #aaa028

#aaa028 #28aaa0 #a028aa

Analogous Colors of #aaa028

#aaa028 #73aa28 #aa5f28

Monochromatic Colors of #aaa028

#aaa028

Complementary Color

#aaa028 #2832aa

#aaa028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa028 Color CSS Codes

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

#aaa028 Text Font Color

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

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


#aaa028 Background Color

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

This div background color is #aaa028


#aaa028 Border Color

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

This div border color is #aaa028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa028


Comments

No comments written yet.

Please login to write comment.