Color Hex Logo

#ae771b Color Hex

#AE771B
(174,119,27)
0 Favorites   0 Comments

Color spaces of #ae771b

RGB 17411927
HSL0.100.730.39
HSV38°84°68°
CMYK 0.000.320.84   0.32
XYZ24.250222.27154.0576
Yxy22.27150.47940.4403
Hunter Lab47.19279.135927.9372
CIE-Lab54.313914.046854.4273

#ae771b color RGB value is (174,119,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 00011011
Octal 256 167 33
Decimal 174 119 27
Hex AE 77 1B

RGB Percentages of Color #ae771b

%54.38
%37.19
%8.44

CMYK Percentages of Color #ae771b

%0
%32
%84
%32

Triadic Colors of #ae771b

#ae771b #1bae77 #771bae

Analogous Colors of #ae771b

#ae771b #9cae1b #ae2e1b

Monochromatic Colors of #ae771b

#ae771b

Complementary Color

#ae771b #1b52ae

#ae771b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae771b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae771b Color CSS Codes

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

#ae771b Text Font Color

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

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


#ae771b Background Color

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

This div background color is #ae771b


#ae771b Border Color

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

This div border color is #ae771b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae771b


Comments

No comments written yet.

Please login to write comment.