Color Hex Logo

#ae963d Color Hex

#AE963D
(174,150,61)
0 Favorites   0 Comments

Color spaces of #ae963d

RGB 17415061
HSL0.130.480.46
HSV47°65°68°
CMYK 0.000.140.65   0.32
XYZ29.204231.14838.8879
Yxy31.14830.42180.4499
Hunter Lab55.8107-4.264529.6255
CIE-Lab62.6326-1.538548.8155

#ae963d color RGB value is (174,150,61).

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

The process color (four color CMYK) of #ae963d color hex is 0.00, 0.14, 0.65, 0.32. Web safe color of #ae963d is #999933. Color #ae963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 00111101
Octal 256 226 75
Decimal 174 150 61
Hex AE 96 3D

RGB Percentages of Color #ae963d

%45.19
%38.96
%15.84

CMYK Percentages of Color #ae963d

%0
%14
%65
%32

Triadic Colors of #ae963d

#ae963d #3dae96 #963dae

Analogous Colors of #ae963d

#ae963d #8eae3d #ae5e3d

Monochromatic Colors of #ae963d

#ae963d

Complementary Color

#ae963d #3d55ae

#ae963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae963d Color CSS Codes

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

#ae963d Text Font Color

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

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


#ae963d Background Color

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

This div background color is #ae963d


#ae963d Border Color

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

This div border color is #ae963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae963d


Comments

No comments written yet.

Please login to write comment.