color codes Logo

#ae671f color codes

#AE671F
(174,103,31)
0 Favorites   0 Comments

Color spaces of #ae671f

RGB 17410331
HSL0.080.700.40
HSV30°82°68°
CMYK 0.000.410.82   0.32
XYZ22.553118.79813.7360
Yxy18.79810.50020.4169
Hunter Lab43.356816.976825.2408
CIE-Lab50.450223.123549.5794

#ae671f color RGB value is (174,103,31).

#ae671f hex color red value is 174, green value is 103 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae671f hue: 0.08 , saturation: 0.70 and the lightness value of ae671f is 0.40.

The process color (four color CMYK) of #ae671f color code is 0.00, 0.41, 0.82, 0.32. Web safe color of #ae671f is #996633. Color #ae671f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 00011111
Octal 256 147 37
Decimal 174 103 31
Hex AE 67 1F

RGB Percentages of Color #ae671f

%56.49
%33.44
%10.06

CMYK Percentages of Color #ae671f

%0
%41
%82
%32

Triadic Colors of #ae671f

#ae671f #1fae67 #671fae

Analogous Colors of #ae671f

#ae671f #aeae1f #ae1f1f

Monochromatic Colors of #ae671f

#ae671f

Complementary Color

#ae671f #1f66ae

#ae671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae671f Color CSS Codes

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

#ae671f Text Font Color

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

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


#ae671f Background Color

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

This div background color is #ae671f


#ae671f Border Color

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

This div border color is #ae671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae671f


Comments

No comments written yet.

Please login to write comment.