Color Hex Logo

#ae683c Color Hex

#AE683C
(174,104,60)
0 Favorites   0 Comments

Color spaces of #ae683c

RGB 17410460
HSL0.060.490.46
HSV23°66°68°
CMYK 0.000.400.66   0.32
XYZ23.221519.22556.7620
Yxy19.22550.47190.3907
Hunter Lab43.846917.802321.5492
CIE-Lab50.950023.997236.2292

#ae683c color RGB value is (174,104,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 00111100
Octal 256 150 74
Decimal 174 104 60
Hex AE 68 3C

RGB Percentages of Color #ae683c

%51.48
%30.77
%17.75

CMYK Percentages of Color #ae683c

%0
%40
%66
%32

Triadic Colors of #ae683c

#ae683c #3cae68 #683cae

Analogous Colors of #ae683c

#ae683c #aea13c #ae3c49

Monochromatic Colors of #ae683c

#ae683c

Complementary Color

#ae683c #3c82ae

#ae683c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae683c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae683c Color CSS Codes

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

#ae683c Text Font Color

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

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


#ae683c Background Color

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

This div background color is #ae683c


#ae683c Border Color

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

This div border color is #ae683c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae683c


Comments

No comments written yet.

Please login to write comment.