Color Hex Logo

#aaa35d Color Hex

#AAA35D
(170,163,93)
0 Favorites   0 Comments

Color spaces of #aaa35d

RGB 17016393
HSL0.150.310.52
HSV55°45°67°
CMYK 0.000.040.45   0.33
XYZ31.650535.530715.5459
Yxy35.53070.38260.4295
Hunter Lab59.6076-9.533326.2623
CIE-Lab66.1598-7.572537.1229

#aaa35d color RGB value is (170,163,93).

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

The process color (four color CMYK) of #aaa35d color hex is 0.00, 0.04, 0.45, 0.33. Web safe color of #aaa35d is #999966. Color #aaa35d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01011101
Octal 252 243 135
Decimal 170 163 93
Hex AA A3 5D

RGB Percentages of Color #aaa35d

%39.91
%38.26
%21.83

CMYK Percentages of Color #aaa35d

%0
%4
%45
%33

Triadic Colors of #aaa35d

#aaa35d #5daaa3 #a35daa

Analogous Colors of #aaa35d

#aaa35d #8baa5d #aa7d5d

Monochromatic Colors of #aaa35d

#aaa35d

Complementary Color

#aaa35d #5d64aa

#aaa35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa35d Color CSS Codes

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

#aaa35d Text Font Color

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

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


#aaa35d Background Color

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

This div background color is #aaa35d


#aaa35d Border Color

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

This div border color is #aaa35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa35d


Comments

No comments written yet.

Please login to write comment.