Color Hex Logo

#ae7830 Color Hex

#AE7830
(174,120,48)
0 Favorites   0 Comments

Color spaces of #ae7830

RGB 17412048
HSL0.100.570.44
HSV34°72°68°
CMYK 0.000.310.72   0.32
XYZ24.705522.64505.8651
Yxy22.64500.46430.4255
Hunter Lab47.58689.394626.0032
CIE-Lab54.704814.334346.3721

#ae7830 color RGB value is (174,120,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 00110000
Octal 256 170 60
Decimal 174 120 48
Hex AE 78 30

RGB Percentages of Color #ae7830

%50.88
%35.09
%14.04

CMYK Percentages of Color #ae7830

%0
%31
%72
%32

Triadic Colors of #ae7830

#ae7830 #30ae78 #7830ae

Analogous Colors of #ae7830

#ae7830 #a5ae30 #ae3930

Monochromatic Colors of #ae7830

#ae7830

Complementary Color

#ae7830 #3066ae

#ae7830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7830 Color CSS Codes

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

#ae7830 Text Font Color

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

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


#ae7830 Background Color

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

This div background color is #ae7830


#ae7830 Border Color

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

This div border color is #ae7830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,120,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 #ae7830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7830


Comments

No comments written yet.

Please login to write comment.