Color Hex Logo

#aaa352 Color Hex

#AAA352
(170,163,82)
0 Favorites   0 Comments

Color spaces of #aaa352

RGB 17016382
HSL0.150.350.49
HSV55°52°67°
CMYK 0.000.040.52   0.33
XYZ31.197735.349613.1615
Yxy35.34960.39140.4435
Hunter Lab59.4555-10.384128.4940
CIE-Lab66.0199-8.630442.5254

#aaa352 color RGB value is (170,163,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01010010
Octal 252 243 122
Decimal 170 163 82
Hex AA A3 52

RGB Percentages of Color #aaa352

%40.96
%39.28
%19.76

CMYK Percentages of Color #aaa352

%0
%4
%52
%33

Triadic Colors of #aaa352

#aaa352 #52aaa3 #a352aa

Analogous Colors of #aaa352

#aaa352 #85aa52 #aa7752

Monochromatic Colors of #aaa352

#aaa352

Complementary Color

#aaa352 #5259aa

#aaa352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa352 Color CSS Codes

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

#aaa352 Text Font Color

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

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


#aaa352 Background Color

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

This div background color is #aaa352


#aaa352 Border Color

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

This div border color is #aaa352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa352


Comments

No comments written yet.

Please login to write comment.