Color Hex Logo

#ae603d Color Hex

#AE603D
(174,96,61)
0 Favorites   0 Comments

Color spaces of #ae603d

RGB 1749661
HSL0.050.480.46
HSV19°65°68°
CMYK 0.000.450.65   0.32
XYZ22.480717.70136.6467
Yxy17.70130.48010.3780
Hunter Lab42.072921.749820.0844
CIE-Lab49.131828.474533.5471

#ae603d color RGB value is (174,96,61).

#ae603d hex color red value is 174, green value is 96 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ae603d hue: 0.05 , saturation: 0.48 and the lightness value of ae603d is 0.46.

The process color (four color CMYK) of #ae603d color hex is 0.00, 0.45, 0.65, 0.32. Web safe color of #ae603d is #996633. Color #ae603d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 00111101
Octal 256 140 75
Decimal 174 96 61
Hex AE 60 3D

RGB Percentages of Color #ae603d

%52.57
%29.00
%18.43

CMYK Percentages of Color #ae603d

%0
%45
%65
%32

Triadic Colors of #ae603d

#ae603d #3dae60 #603dae

Analogous Colors of #ae603d

#ae603d #ae993d #ae3d53

Monochromatic Colors of #ae603d

#ae603d

Complementary Color

#ae603d #3d8bae

#ae603d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae603d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae603d Color CSS Codes

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

#ae603d Text Font Color

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

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


#ae603d Background Color

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

This div background color is #ae603d


#ae603d Border Color

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

This div border color is #ae603d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae603d


Comments

No comments written yet.

Please login to write comment.