Color Hex Logo

#ae695a Color Hex

#AE695A
(174,105,90)
0 Favorites   0 Comments

Color spaces of #ae695a

RGB 17410590
HSL0.030.340.52
HSV11°48°68°
CMYK 0.000.400.48   0.32
XYZ24.352619.840012.2188
Yxy19.84000.43170.3517
Hunter Lab44.542119.643014.9150
CIE-Lab51.655825.949720.1793

#ae695a color RGB value is (174,105,90).

#ae695a hex color red value is 174, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ae695a hue: 0.03 , saturation: 0.34 and the lightness value of ae695a is 0.52.

The process color (four color CMYK) of #ae695a color hex is 0.00, 0.40, 0.48, 0.32. Web safe color of #ae695a is #996666. Color #ae695a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 01011010
Octal 256 151 132
Decimal 174 105 90
Hex AE 69 5A

RGB Percentages of Color #ae695a

%47.15
%28.46
%24.39

CMYK Percentages of Color #ae695a

%0
%40
%48
%32

Triadic Colors of #ae695a

#ae695a #5aae69 #695aae

Analogous Colors of #ae695a

#ae695a #ae935a #ae5a75

Monochromatic Colors of #ae695a

#ae695a

Complementary Color

#ae695a #5a9fae

#ae695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae695a Color CSS Codes

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

#ae695a Text Font Color

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

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


#ae695a Background Color

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

This div background color is #ae695a


#ae695a Border Color

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

This div border color is #ae695a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae695a

#ae695a Color Palettes


Comments

No comments written yet.

Please login to write comment.