Color Hex Logo

#ae9966 Color Hex

#AE9966
(174,153,102)
0 Favorites   0 Comments

Color spaces of #ae9966

RGB 174153102
HSL0.120.310.54
HSV43°41°68°
CMYK 0.000.120.41   0.32
XYZ31.245132.740417.2431
Yxy32.74040.38470.4031
Hunter Lab57.2192-2.662022.1863
CIE-Lab63.95020.465729.6398

#ae9966 color RGB value is (174,153,102).

#ae9966 hex color red value is 174, green value is 153 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ae9966 hue: 0.12 , saturation: 0.31 and the lightness value of ae9966 is 0.54.

The process color (four color CMYK) of #ae9966 color hex is 0.00, 0.12, 0.41, 0.32. Web safe color of #ae9966 is #999966. Color #ae9966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 01100110
Octal 256 231 146
Decimal 174 153 102
Hex AE 99 66

RGB Percentages of Color #ae9966

%40.56
%35.66
%23.78

CMYK Percentages of Color #ae9966

%0
%12
%41
%32

Triadic Colors of #ae9966

#ae9966 #66ae99 #9966ae

Analogous Colors of #ae9966

#ae9966 #9fae66 #ae7566

Monochromatic Colors of #ae9966

#ae9966

Complementary Color

#ae9966 #667bae

#ae9966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9966 Color CSS Codes

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

#ae9966 Text Font Color

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

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


#ae9966 Background Color

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

This div background color is #ae9966


#ae9966 Border Color

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

This div border color is #ae9966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9966


Comments

No comments written yet.

Please login to write comment.