Color Hex Logo

#ae9279 Color Hex

#AE9279
(174,146,121)
0 Favorites   0 Comments

Color spaces of #ae9279

RGB 174146121
HSL0.080.250.58
HSV28°30°68°
CMYK 0.000.160.30   0.32
XYZ31.185630.936922.4169
Yxy30.93690.36890.3659
Hunter Lab55.62092.744915.0390
CIE-Lab62.45436.694017.1701

#ae9279 color RGB value is (174,146,121).

#ae9279 hex color red value is 174, green value is 146 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ae9279 hue: 0.08 , saturation: 0.25 and the lightness value of ae9279 is 0.58.

The process color (four color CMYK) of #ae9279 color hex is 0.00, 0.16, 0.30, 0.32. Web safe color of #ae9279 is #999966. Color #ae9279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 01111001
Octal 256 222 171
Decimal 174 146 121
Hex AE 92 79

RGB Percentages of Color #ae9279

%39.46
%33.11
%27.44

CMYK Percentages of Color #ae9279

%0
%16
%30
%32

Triadic Colors of #ae9279

#ae9279 #79ae92 #9279ae

Analogous Colors of #ae9279

#ae9279 #aead79 #ae797b

Monochromatic Colors of #ae9279

#ae9279

Complementary Color

#ae9279 #7995ae

#ae9279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9279 Color CSS Codes

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

#ae9279 Text Font Color

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

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


#ae9279 Background Color

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

This div background color is #ae9279


#ae9279 Border Color

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

This div border color is #ae9279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9279


Comments

No comments written yet.

Please login to write comment.