Color Hex Logo

#aaa841 Color Hex

#AAA841
(170,168,65)
0 Favorites   0 Comments

Color spaces of #aaa841

RGB 17016865
HSL0.160.450.46
HSV59°62°67°
CMYK 0.000.010.62   0.33
XYZ31.534336.933010.4678
Yxy36.93300.39950.4679
Hunter Lab60.7725-13.729932.3283
CIE-Lab67.2267-12.596151.8734

#aaa841 color RGB value is (170,168,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01000001
Octal 252 250 101
Decimal 170 168 65
Hex AA A8 41

RGB Percentages of Color #aaa841

%42.18
%41.69
%16.13

CMYK Percentages of Color #aaa841

%0
%1
%62
%33

Triadic Colors of #aaa841

#aaa841 #41aaa8 #a841aa

Analogous Colors of #aaa841

#aaa841 #78aa41 #aa7441

Monochromatic Colors of #aaa841

#aaa841

Complementary Color

#aaa841 #4143aa

#aaa841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa841 Color CSS Codes

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

#aaa841 Text Font Color

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

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


#aaa841 Background Color

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

This div background color is #aaa841


#aaa841 Border Color

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

This div border color is #aaa841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa841


Comments

No comments written yet.

Please login to write comment.