Color Hex Logo

#ae967a Color Hex

#AE967A
(174,150,122)
0 Favorites   0 Comments

Color spaces of #ae967a

RGB 174150122
HSL0.090.240.58
HSV32°30°68°
CMYK 0.000.140.30   0.32
XYZ31.874832.216522.9508
Yxy32.21650.36620.3701
Hunter Lab56.75960.912015.7577
CIE-Lab63.52144.616518.0797

#ae967a color RGB value is (174,150,122).

#ae967a hex color red value is 174, green value is 150 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae967a hue: 0.09 , saturation: 0.24 and the lightness value of ae967a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 01111010
Octal 256 226 172
Decimal 174 150 122
Hex AE 96 7A

RGB Percentages of Color #ae967a

%39.01
%33.63
%27.35

CMYK Percentages of Color #ae967a

%0
%14
%30
%32

Triadic Colors of #ae967a

#ae967a #7aae96 #967aae

Analogous Colors of #ae967a

#ae967a #acae7a #ae7c7a

Monochromatic Colors of #ae967a

#ae967a

Complementary Color

#ae967a #7a92ae

#ae967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae967a Color CSS Codes

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

#ae967a Text Font Color

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

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


#ae967a Background Color

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

This div background color is #ae967a


#ae967a Border Color

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

This div border color is #ae967a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae967a


Comments

No comments written yet.

Please login to write comment.