Color Hex Logo

#ae772b Color Hex

#AE772B
(174,119,43)
0 Favorites   0 Comments

Color spaces of #ae772b

RGB 17411943
HSL0.100.600.43
HSV35°75°68°
CMYK 0.000.320.75   0.32
XYZ24.488422.36675.3120
Yxy22.36670.46940.4288
Hunter Lab47.29349.663226.4460
CIE-Lab54.413914.650548.3238

#ae772b color RGB value is (174,119,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 00101011
Octal 256 167 53
Decimal 174 119 43
Hex AE 77 2B

RGB Percentages of Color #ae772b

%51.79
%35.42
%12.80

CMYK Percentages of Color #ae772b

%0
%32
%75
%32

Triadic Colors of #ae772b

#ae772b #2bae77 #772bae

Analogous Colors of #ae772b

#ae772b #a4ae2b #ae362b

Monochromatic Colors of #ae772b

#ae772b

Complementary Color

#ae772b #2b62ae

#ae772b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae772b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae772b Color CSS Codes

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

#ae772b Text Font Color

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

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


#ae772b Background Color

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

This div background color is #ae772b


#ae772b Border Color

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

This div border color is #ae772b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae772b


Comments

No comments written yet.

Please login to write comment.