Color Hex Logo

#ae733a Color Hex

#AE733A
(174,115,58)
0 Favorites   0 Comments

Color spaces of #ae733a

RGB 17411558
HSL0.080.500.45
HSV29°67°68°
CMYK 0.000.340.67   0.32
XYZ24.350021.56566.8822
Yxy21.56560.46120.4085
Hunter Lab46.438812.328023.7204
CIE-Lab53.563017.717740.2679

#ae733a color RGB value is (174,115,58).

#ae733a hex color red value is 174, green value is 115 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae733a hue: 0.08 , saturation: 0.50 and the lightness value of ae733a is 0.45.

The process color (four color CMYK) of #ae733a color hex is 0.00, 0.34, 0.67, 0.32. Web safe color of #ae733a is #996633. Color #ae733a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 00111010
Octal 256 163 72
Decimal 174 115 58
Hex AE 73 3A

RGB Percentages of Color #ae733a

%50.14
%33.14
%16.71

CMYK Percentages of Color #ae733a

%0
%34
%67
%32

Triadic Colors of #ae733a

#ae733a #3aae73 #733aae

Analogous Colors of #ae733a

#ae733a #aead3a #ae3a3b

Monochromatic Colors of #ae733a

#ae733a

Complementary Color

#ae733a #3a75ae

#ae733a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae733a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae733a Color CSS Codes

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

#ae733a Text Font Color

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

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


#ae733a Background Color

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

This div background color is #ae733a


#ae733a Border Color

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

This div border color is #ae733a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae733a


Comments

No comments written yet.

Please login to write comment.