Color Hex Logo

#ae633e Color Hex

#AE633E
(174,99,62)
0 Favorites   0 Comments

Color spaces of #ae633e

RGB 1749962
HSL0.060.470.46
HSV20°64°68°
CMYK 0.000.430.64   0.32
XYZ22.786918.27026.8829
Yxy18.27020.47530.3811
Hunter Lab42.743720.358020.3732
CIE-Lab49.822226.896133.8155

#ae633e color RGB value is (174,99,62).

#ae633e hex color red value is 174, green value is 99 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae633e hue: 0.06 , saturation: 0.47 and the lightness value of ae633e is 0.46.

The process color (four color CMYK) of #ae633e color hex is 0.00, 0.43, 0.64, 0.32. Web safe color of #ae633e is #996633. Color #ae633e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100011 00111110
Octal 256 143 76
Decimal 174 99 62
Hex AE 63 3E

RGB Percentages of Color #ae633e

%51.94
%29.55
%18.51

CMYK Percentages of Color #ae633e

%0
%43
%64
%32

Triadic Colors of #ae633e

#ae633e #3eae63 #633eae

Analogous Colors of #ae633e

#ae633e #ae9b3e #ae3e51

Monochromatic Colors of #ae633e

#ae633e

Complementary Color

#ae633e #3e89ae

#ae633e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae633e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae633e Color CSS Codes

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

#ae633e Text Font Color

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

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


#ae633e Background Color

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

This div background color is #ae633e


#ae633e Border Color

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

This div border color is #ae633e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae633e


Comments

No comments written yet.

Please login to write comment.