Color Hex Logo

#ae7330 Color Hex

#AE7330
(174,115,48)
0 Favorites   0 Comments

Color spaces of #ae7330

RGB 17411548
HSL0.090.570.44
HSV32°72°68°
CMYK 0.000.340.72   0.32
XYZ24.119821.47355.6699
Yxy21.47350.47050.4189
Hunter Lab46.339511.815425.1832
CIE-Lab53.463917.141345.0800

#ae7330 color RGB value is (174,115,48).

#ae7330 hex color red value is 174, green value is 115 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ae7330 hue: 0.09 , saturation: 0.57 and the lightness value of ae7330 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 00110000
Octal 256 163 60
Decimal 174 115 48
Hex AE 73 30

RGB Percentages of Color #ae7330

%51.63
%34.12
%14.24

CMYK Percentages of Color #ae7330

%0
%34
%72
%32

Triadic Colors of #ae7330

#ae7330 #30ae73 #7330ae

Analogous Colors of #ae7330

#ae7330 #aaae30 #ae3430

Monochromatic Colors of #ae7330

#ae7330

Complementary Color

#ae7330 #306bae

#ae7330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7330 Color CSS Codes

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

#ae7330 Text Font Color

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

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


#ae7330 Background Color

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

This div background color is #ae7330


#ae7330 Border Color

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

This div border color is #ae7330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7330


Comments

No comments written yet.

Please login to write comment.