Color Hex Logo

#a1aa83 Color Hex

#A1AA83
(161,170,131)
0 Favorites   0 Comments

Color spaces of #a1aa83

RGB 161170131
HSL0.210.190.59
HSV74°23°67°
CMYK 0.050.000.23   0.33
XYZ33.169437.965227.0525
Yxy37.96520.33780.3867
Hunter Lab61.6159-11.736817.0998
CIE-Lab67.9950-10.025319.0869

#a1aa83 color RGB value is (161,170,131).

#a1aa83 hex color red value is 161, green value is 170 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #a1aa83 hue: 0.21 , saturation: 0.19 and the lightness value of a1aa83 is 0.59.

The process color (four color CMYK) of #a1aa83 color hex is 0.05, 0.00, 0.23, 0.33. Web safe color of #a1aa83 is #999999. Color #a1aa83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101010 10000011
Octal 241 252 203
Decimal 161 170 131
Hex A1 AA 83

RGB Percentages of Color #a1aa83

%34.85
%36.80
%28.35

CMYK Percentages of Color #a1aa83

%5
%0
%23
%33

Triadic Colors of #a1aa83

#a1aa83 #83a1aa #aa83a1

Analogous Colors of #a1aa83

#a1aa83 #8eaa83 #aaa083

Monochromatic Colors of #a1aa83

#a1aa83

Complementary Color

#a1aa83 #8c83aa

#a1aa83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1aa83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1aa83 Color CSS Codes

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

#a1aa83 Text Font Color

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

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


#a1aa83 Background Color

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

This div background color is #a1aa83


#a1aa83 Border Color

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

This div border color is #a1aa83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1aa83


Comments

No comments written yet.

Please login to write comment.