color codes Logo

#ae841f color codes

#AE841F
(174,132,31)
0 Favorites   0 Comments

Color spaces of #ae841f

RGB 17413231
HSL0.120.700.40
HSV42°82°68°
CMYK 0.000.240.82   0.32
XYZ25.954125.60014.8697
Yxy25.60010.46000.4537
Hunter Lab50.59653.019829.7112
CIE-Lab57.65556.903256.0000

#ae841f color RGB value is (174,132,31).

#ae841f hex color red value is 174, green value is 132 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae841f hue: 0.12 , saturation: 0.70 and the lightness value of ae841f is 0.40.

The process color (four color CMYK) of #ae841f color code is 0.00, 0.24, 0.82, 0.32. Web safe color of #ae841f is #999933. Color #ae841f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 00011111
Octal 256 204 37
Decimal 174 132 31
Hex AE 84 1F

RGB Percentages of Color #ae841f

%51.63
%39.17
%9.20

CMYK Percentages of Color #ae841f

%0
%24
%82
%32

Triadic Colors of #ae841f

#ae841f #1fae84 #841fae

Analogous Colors of #ae841f

#ae841f #91ae1f #ae3d1f

Monochromatic Colors of #ae841f

#ae841f

Complementary Color

#ae841f #1f49ae

#ae841f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae841f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae841f Color CSS Codes

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

#ae841f Text Font Color

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

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


#ae841f Background Color

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

This div background color is #ae841f


#ae841f Border Color

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

This div border color is #ae841f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae841f


Comments

No comments written yet.

Please login to write comment.