Color Hex Logo

#aea36b Color Hex

#AEA36B
(174,163,107)
0 Favorites   0 Comments

Color spaces of #aea36b

RGB 174163107
HSL0.140.290.55
HSV50°39°68°
CMYK 0.000.060.39   0.32
XYZ33.206636.254619.1576
Yxy36.25460.37470.4091
Hunter Lab60.2118-6.928523.2839
CIE-Lab66.7140-4.372430.5401

#aea36b color RGB value is (174,163,107).

#aea36b hex color red value is 174, green value is 163 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aea36b hue: 0.14 , saturation: 0.29 and the lightness value of aea36b is 0.55.

The process color (four color CMYK) of #aea36b color hex is 0.00, 0.06, 0.39, 0.32. Web safe color of #aea36b is #999966. Color #aea36b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 01101011
Octal 256 243 153
Decimal 174 163 107
Hex AE A3 6B

RGB Percentages of Color #aea36b

%39.19
%36.71
%24.10

CMYK Percentages of Color #aea36b

%0
%6
%39
%32

Triadic Colors of #aea36b

#aea36b #6baea3 #a36bae

Analogous Colors of #aea36b

#aea36b #98ae6b #ae826b

Monochromatic Colors of #aea36b

#aea36b

Complementary Color

#aea36b #6b76ae

#aea36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea36b Color CSS Codes

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

#aea36b Text Font Color

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

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


#aea36b Background Color

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

This div background color is #aea36b


#aea36b Border Color

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

This div border color is #aea36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea36b


Comments

No comments written yet.

Please login to write comment.