Color Hex Logo

#a1ae53 Color Hex

#A1AE53
(161,174,83)
0 Favorites   0 Comments

Color spaces of #a1ae53

RGB 16117483
HSL0.190.360.50
HSV69°52°68°
CMYK 0.070.000.52   0.32
XYZ31.395338.473713.9551
Yxy38.47370.37450.4590
Hunter Lab62.0272-18.199130.0797
CIE-Lab68.3683-18.026044.6253

#a1ae53 color RGB value is (161,174,83).

#a1ae53 hex color red value is 161, green value is 174 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #a1ae53 hue: 0.19 , saturation: 0.36 and the lightness value of a1ae53 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101110 01010011
Octal 241 256 123
Decimal 161 174 83
Hex A1 AE 53

RGB Percentages of Color #a1ae53

%38.52
%41.63
%19.86

CMYK Percentages of Color #a1ae53

%7
%0
%52
%32

Triadic Colors of #a1ae53

#a1ae53 #53a1ae #ae53a1

Analogous Colors of #a1ae53

#a1ae53 #74ae53 #ae8e53

Monochromatic Colors of #a1ae53

#a1ae53

Complementary Color

#a1ae53 #6053ae

#a1ae53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ae53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ae53 Color CSS Codes

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

#a1ae53 Text Font Color

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

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


#a1ae53 Background Color

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

This div background color is #a1ae53


#a1ae53 Border Color

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

This div border color is #a1ae53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ae53


Comments

No comments written yet.

Please login to write comment.