Color Hex Logo

#ae643b Color Hex

#AE643B
(174,100,59)
0 Favorites   0 Comments

Color spaces of #ae643b

RGB 17410059
HSL0.060.490.46
HSV21°66°68°
CMYK 0.000.430.66   0.32
XYZ22.802118.42886.4930
Yxy18.42880.47780.3862
Hunter Lab42.928819.686921.0825
CIE-Lab50.012126.146635.6767

#ae643b color RGB value is (174,100,59).

#ae643b hex color red value is 174, green value is 100 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ae643b hue: 0.06 , saturation: 0.49 and the lightness value of ae643b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 00111011
Octal 256 144 73
Decimal 174 100 59
Hex AE 64 3B

RGB Percentages of Color #ae643b

%52.25
%30.03
%17.72

CMYK Percentages of Color #ae643b

%0
%43
%66
%32

Triadic Colors of #ae643b

#ae643b #3bae64 #643bae

Analogous Colors of #ae643b

#ae643b #ae9e3b #ae3b4c

Monochromatic Colors of #ae643b

#ae643b

Complementary Color

#ae643b #3b85ae

#ae643b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae643b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae643b Color CSS Codes

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

#ae643b Text Font Color

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

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


#ae643b Background Color

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

This div background color is #ae643b


#ae643b Border Color

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

This div border color is #ae643b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae643b


Comments

No comments written yet.

Please login to write comment.