Color Hex Logo

#a1ae77 Color Hex

#A1AE77
(161,174,119)
0 Favorites   0 Comments

Color spaces of #a1ae77

RGB 161174119
HSL0.210.250.57
HSV74°32°68°
CMYK 0.070.000.32   0.32
XYZ33.163839.181123.2676
Yxy39.18110.34690.4098
Hunter Lab62.5948-14.968621.7772
CIE-Lab68.8822-13.869626.7773

#a1ae77 color RGB value is (161,174,119).

#a1ae77 hex color red value is 161, green value is 174 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a1ae77 hue: 0.21 , saturation: 0.25 and the lightness value of a1ae77 is 0.57.

The process color (four color CMYK) of #a1ae77 color hex is 0.07, 0.00, 0.32, 0.32. Web safe color of #a1ae77 is #999966. Color #a1ae77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101110 01110111
Octal 241 256 167
Decimal 161 174 119
Hex A1 AE 77

RGB Percentages of Color #a1ae77

%35.46
%38.33
%26.21

CMYK Percentages of Color #a1ae77

%7
%0
%32
%32

Triadic Colors of #a1ae77

#a1ae77 #77a1ae #ae77a1

Analogous Colors of #a1ae77

#a1ae77 #86ae77 #aea077

Monochromatic Colors of #a1ae77

#a1ae77

Complementary Color

#a1ae77 #8477ae

#a1ae77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ae77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ae77 Color CSS Codes

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

#a1ae77 Text Font Color

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

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


#a1ae77 Background Color

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

This div background color is #a1ae77


#a1ae77 Border Color

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

This div border color is #a1ae77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ae77


Comments

No comments written yet.

Please login to write comment.