Color Hex Logo

#aea163 Color Hex

#AEA163
(174,161,99)
0 Favorites   0 Comments

Color spaces of #aea163

RGB 17416199
HSL0.140.320.54
HSV50°43°68°
CMYK 0.000.070.43   0.32
XYZ32.452635.389316.9248
Yxy35.38930.38280.4175
Hunter Lab59.4889-6.729624.7740
CIE-Lab66.0506-4.198933.9313

#aea163 color RGB value is (174,161,99).

#aea163 hex color red value is 174, green value is 161 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aea163 hue: 0.14 , saturation: 0.32 and the lightness value of aea163 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01100011
Octal 256 241 143
Decimal 174 161 99
Hex AE A1 63

RGB Percentages of Color #aea163

%40.09
%37.10
%22.81

CMYK Percentages of Color #aea163

%0
%7
%43
%32

Triadic Colors of #aea163

#aea163 #63aea1 #a163ae

Analogous Colors of #aea163

#aea163 #96ae63 #ae7c63

Monochromatic Colors of #aea163

#aea163

Complementary Color

#aea163 #6370ae

#aea163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea163 Color CSS Codes

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

#aea163 Text Font Color

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

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


#aea163 Background Color

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

This div background color is #aea163


#aea163 Border Color

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

This div border color is #aea163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea163


Comments

No comments written yet.

Please login to write comment.