Color Hex Logo

#aaa935 Color Hex

#AAA935
(170,169,53)
0 Favorites   0 Comments

Color spaces of #aaa935

RGB 17016953
HSL0.170.520.44
HSV59°69°67°
CMYK 0.000.010.69   0.33
XYZ31.408137.17908.8890
Yxy37.17900.40540.4799
Hunter Lab60.9746-14.759934.0388
CIE-Lab67.4111-13.853257.0506

#aaa935 color RGB value is (170,169,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00110101
Octal 252 251 65
Decimal 170 169 53
Hex AA A9 35

RGB Percentages of Color #aaa935

%43.37
%43.11
%13.52

CMYK Percentages of Color #aaa935

%0
%1
%69
%33

Triadic Colors of #aaa935

#aaa935 #35aaa9 #a935aa

Analogous Colors of #aaa935

#aaa935 #71aa35 #aa6f35

Monochromatic Colors of #aaa935

#aaa935

Complementary Color

#aaa935 #3536aa

#aaa935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa935 Color CSS Codes

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

#aaa935 Text Font Color

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

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


#aaa935 Background Color

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

This div background color is #aaa935


#aaa935 Border Color

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

This div border color is #aaa935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa935


Comments

No comments written yet.

Please login to write comment.