Color Hex Logo

#ae6830 Color Hex

#AE6830
(174,104,48)
0 Favorites   0 Comments

Color spaces of #ae6830

RGB 17410448
HSL0.070.570.44
HSV27°72°68°
CMYK 0.000.400.72   0.32
XYZ22.939419.11275.2764
Yxy19.11270.48470.4038
Hunter Lab43.718117.154523.4469
CIE-Lab50.818823.291842.2889

#ae6830 color RGB value is (174,104,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 00110000
Octal 256 150 60
Decimal 174 104 48
Hex AE 68 30

RGB Percentages of Color #ae6830

%53.37
%31.90
%14.72

CMYK Percentages of Color #ae6830

%0
%40
%72
%32

Triadic Colors of #ae6830

#ae6830 #30ae68 #6830ae

Analogous Colors of #ae6830

#ae6830 #aea730 #ae3037

Monochromatic Colors of #ae6830

#ae6830

Complementary Color

#ae6830 #3076ae

#ae6830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6830 Color CSS Codes

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

#ae6830 Text Font Color

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

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


#ae6830 Background Color

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

This div background color is #ae6830


#ae6830 Border Color

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

This div border color is #ae6830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6830


Comments

No comments written yet.

Please login to write comment.