Color Hex Logo

#aaa135 Color Hex

#AAA135
(170,161,53)
0 Favorites   0 Comments

Color spaces of #aaa135

RGB 17016153
HSL0.150.520.44
HSV55°69°67°
CMYK 0.000.050.69   0.33
XYZ29.965034.29288.4080
Yxy34.29280.41240.4719
Hunter Lab58.5601-11.142232.4792
CIE-Lab65.1943-9.675554.8226

#aaa135 color RGB value is (170,161,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 00110101
Octal 252 241 65
Decimal 170 161 53
Hex AA A1 35

RGB Percentages of Color #aaa135

%44.27
%41.93
%13.80

CMYK Percentages of Color #aaa135

%0
%5
%69
%33

Triadic Colors of #aaa135

#aaa135 #35aaa1 #a135aa

Analogous Colors of #aaa135

#aaa135 #79aa35 #aa6735

Monochromatic Colors of #aaa135

#aaa135

Complementary Color

#aaa135 #353eaa

#aaa135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa135 Color CSS Codes

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

#aaa135 Text Font Color

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

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


#aaa135 Background Color

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

This div background color is #aaa135


#aaa135 Border Color

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

This div border color is #aaa135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa135


Comments

No comments written yet.

Please login to write comment.