Color Hex Logo

#aaa358 Color Hex

#AAA358
(170,163,88)
0 Favorites   0 Comments

Color spaces of #aaa358

RGB 17016388
HSL0.150.330.51
HSV55°48°67°
CMYK 0.000.040.48   0.33
XYZ31.436235.445014.4172
Yxy35.44500.38670.4360
Hunter Lab59.5357-9.935427.3173
CIE-Lab66.0937-8.071539.6026

#aaa358 color RGB value is (170,163,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01011000
Octal 252 243 130
Decimal 170 163 88
Hex AA A3 58

RGB Percentages of Color #aaa358

%40.38
%38.72
%20.90

CMYK Percentages of Color #aaa358

%0
%4
%48
%33

Triadic Colors of #aaa358

#aaa358 #58aaa3 #a358aa

Analogous Colors of #aaa358

#aaa358 #88aa58 #aa7a58

Monochromatic Colors of #aaa358

#aaa358

Complementary Color

#aaa358 #585faa

#aaa358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa358 Color CSS Codes

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

#aaa358 Text Font Color

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

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


#aaa358 Background Color

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

This div background color is #aaa358


#aaa358 Border Color

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

This div border color is #aaa358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa358


Comments

No comments written yet.

Please login to write comment.