Color Hex Logo

#aaa158 Color Hex

#AAA158
(170,161,88)
0 Favorites   0 Comments

Color spaces of #aaa158

RGB 17016188
HSL0.150.330.51
HSV53°48°67°
CMYK 0.000.050.48   0.33
XYZ31.083934.740414.2998
Yxy34.74040.38790.4336
Hunter Lab58.9410-9.010626.8742
CIE-Lab65.5460-7.007638.9359

#aaa158 color RGB value is (170,161,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01011000
Octal 252 241 130
Decimal 170 161 88
Hex AA A1 58

RGB Percentages of Color #aaa158

%40.57
%38.42
%21.00

CMYK Percentages of Color #aaa158

%0
%5
%48
%33

Triadic Colors of #aaa158

#aaa158 #58aaa1 #a158aa

Analogous Colors of #aaa158

#aaa158 #8aaa58 #aa7858

Monochromatic Colors of #aaa158

#aaa158

Complementary Color

#aaa158 #5861aa

#aaa158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa158 Color CSS Codes

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

#aaa158 Text Font Color

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

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


#aaa158 Background Color

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

This div background color is #aaa158


#aaa158 Border Color

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

This div border color is #aaa158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa158


Comments

No comments written yet.

Please login to write comment.