Color Hex Logo

#aaa828 Color Hex

#AAA828
(170,168,40)
0 Favorites   0 Comments

Color spaces of #aaa828

RGB 17016840
HSL0.160.620.41
HSV59°76°67°
CMYK 0.000.010.76   0.33
XYZ30.963236.70457.4602
Yxy36.70450.41210.4886
Hunter Lab60.5842-14.795235.1081
CIE-Lab67.0547-13.957061.3589

#aaa828 color RGB value is (170,168,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 00101000
Octal 252 250 50
Decimal 170 168 40
Hex AA A8 28

RGB Percentages of Color #aaa828

%44.97
%44.44
%10.58

CMYK Percentages of Color #aaa828

%0
%1
%76
%33

Triadic Colors of #aaa828

#aaa828 #28aaa8 #a828aa

Analogous Colors of #aaa828

#aaa828 #6baa28 #aa6728

Monochromatic Colors of #aaa828

#aaa828

Complementary Color

#aaa828 #282aaa

#aaa828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa828 Color CSS Codes

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

#aaa828 Text Font Color

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

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


#aaa828 Background Color

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

This div background color is #aaa828


#aaa828 Border Color

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

This div border color is #aaa828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa828


Comments

No comments written yet.

Please login to write comment.