Color Hex Logo

#ae722b Color Hex

#AE722B
(174,114,43)
0 Favorites   0 Comments

Color spaces of #ae722b

RGB 17411443
HSL0.090.600.43
HSV33°75°68°
CMYK 0.000.340.75   0.32
XYZ23.908921.20775.1189
Yxy21.20770.47590.4222
Hunter Lab46.051812.081825.6459
CIE-Lab53.176117.456447.0860

#ae722b color RGB value is (174,114,43).

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

The process color (four color CMYK) of #ae722b color hex is 0.00, 0.34, 0.75, 0.32. Web safe color of #ae722b is #996633. Color #ae722b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 00101011
Octal 256 162 53
Decimal 174 114 43
Hex AE 72 2B

RGB Percentages of Color #ae722b

%52.57
%34.44
%12.99

CMYK Percentages of Color #ae722b

%0
%34
%75
%32

Triadic Colors of #ae722b

#ae722b #2bae72 #722bae

Analogous Colors of #ae722b

#ae722b #a9ae2b #ae312b

Monochromatic Colors of #ae722b

#ae722b

Complementary Color

#ae722b #2b67ae

#ae722b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae722b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae722b Color CSS Codes

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

#ae722b Text Font Color

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

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


#ae722b Background Color

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

This div background color is #ae722b


#ae722b Border Color

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

This div border color is #ae722b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae722b


Comments

No comments written yet.

Please login to write comment.