Color Hex Logo

#ae852b Color Hex

#AE852B
(174,133,43)
0 Favorites   0 Comments

Color spaces of #ae852b

RGB 17413343
HSL0.110.600.43
HSV41°75°68°
CMYK 0.000.240.75   0.32
XYZ26.279125.94815.9089
Yxy25.94810.45200.4463
Hunter Lab50.93932.942828.7799
CIE-Lab57.98786.819551.8448

#ae852b color RGB value is (174,133,43).

#ae852b hex color red value is 174, green value is 133 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ae852b hue: 0.11 , saturation: 0.60 and the lightness value of ae852b is 0.43.

The process color (four color CMYK) of #ae852b color hex is 0.00, 0.24, 0.75, 0.32. Web safe color of #ae852b is #999933. Color #ae852b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 00101011
Octal 256 205 53
Decimal 174 133 43
Hex AE 85 2B

RGB Percentages of Color #ae852b

%49.71
%38.00
%12.29

CMYK Percentages of Color #ae852b

%0
%24
%75
%32

Triadic Colors of #ae852b

#ae852b #2bae85 #852bae

Analogous Colors of #ae852b

#ae852b #96ae2b #ae442b

Monochromatic Colors of #ae852b

#ae852b

Complementary Color

#ae852b #2b54ae

#ae852b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae852b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae852b Color CSS Codes

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

#ae852b Text Font Color

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

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


#ae852b Background Color

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

This div background color is #ae852b


#ae852b Border Color

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

This div border color is #ae852b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae852b


Comments

No comments written yet.

Please login to write comment.