Color Hex Logo

#ae974f Color Hex

#AE974F
(174,151,79)
0 Favorites   0 Comments

Color spaces of #ae974f

RGB 17415179
HSL0.130.380.50
HSV45°55°68°
CMYK 0.000.130.55   0.32
XYZ29.933531.696411.9375
Yxy31.69640.40690.4308
Hunter Lab56.2996-3.618926.8381
CIE-Lab63.0912-0.729540.6415

#ae974f color RGB value is (174,151,79).

#ae974f hex color red value is 174, green value is 151 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ae974f hue: 0.13 , saturation: 0.38 and the lightness value of ae974f is 0.50.

The process color (four color CMYK) of #ae974f color hex is 0.00, 0.13, 0.55, 0.32. Web safe color of #ae974f is #999966. Color #ae974f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010111 01001111
Octal 256 227 117
Decimal 174 151 79
Hex AE 97 4F

RGB Percentages of Color #ae974f

%43.07
%37.38
%19.55

CMYK Percentages of Color #ae974f

%0
%13
%55
%32

Triadic Colors of #ae974f

#ae974f #4fae97 #974fae

Analogous Colors of #ae974f

#ae974f #96ae4f #ae684f

Monochromatic Colors of #ae974f

#ae974f

Complementary Color

#ae974f #4f66ae

#ae974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae974f Color CSS Codes

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

#ae974f Text Font Color

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

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


#ae974f Background Color

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

This div background color is #ae974f


#ae974f Border Color

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

This div border color is #ae974f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae974f

#ae974f Color Palettes


Comments

No comments written yet.

Please login to write comment.