Color Hex Logo

#aeac6b Color Hex

#AEAC6B
(174,172,107)
0 Favorites   0 Comments

Color spaces of #aeac6b

RGB 174172107
HSL0.160.290.55
HSV58°39°68°
CMYK 0.000.010.39   0.32
XYZ34.861939.565319.7094
Yxy39.56530.37030.4203
Hunter Lab62.9010-11.145825.4527
CIE-Lab69.1588-9.153433.6894

#aeac6b color RGB value is (174,172,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01101011
Octal 256 254 153
Decimal 174 172 107
Hex AE AC 6B

RGB Percentages of Color #aeac6b

%38.41
%37.97
%23.62

CMYK Percentages of Color #aeac6b

%0
%1
%39
%32

Triadic Colors of #aeac6b

#aeac6b #6baeac #ac6bae

Analogous Colors of #aeac6b

#aeac6b #8fae6b #ae8b6b

Monochromatic Colors of #aeac6b

#aeac6b

Complementary Color

#aeac6b #6b6dae

#aeac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac6b Color CSS Codes

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

#aeac6b Text Font Color

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

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


#aeac6b Background Color

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

This div background color is #aeac6b


#aeac6b Border Color

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

This div border color is #aeac6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,172,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 #aeac6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac6b


Comments

No comments written yet.

Please login to write comment.