Color Hex Logo

#ae671b Color Hex

#AE671B
(174,103,27)
0 Favorites   0 Comments

Color spaces of #ae671b

RGB 17410327
HSL0.090.730.39
HSV31°84°68°
CMYK 0.000.410.84   0.32
XYZ22.503618.77833.4754
Yxy18.77830.50280.4196
Hunter Lab43.333916.861825.5787
CIE-Lab50.426822.997451.0868

#ae671b color RGB value is (174,103,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 00011011
Octal 256 147 33
Decimal 174 103 27
Hex AE 67 1B

RGB Percentages of Color #ae671b

%57.24
%33.88
%8.88

CMYK Percentages of Color #ae671b

%0
%41
%84
%32

Triadic Colors of #ae671b

#ae671b #1bae67 #671bae

Analogous Colors of #ae671b

#ae671b #acae1b #ae1d1b

Monochromatic Colors of #ae671b

#ae671b

Complementary Color

#ae671b #1b62ae

#ae671b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae671b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae671b Color CSS Codes

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

#ae671b Text Font Color

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

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


#ae671b Background Color

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

This div background color is #ae671b


#ae671b Border Color

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

This div border color is #ae671b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae671b


Comments

No comments written yet.

Please login to write comment.