Color Hex Logo

#ae6836 Color Hex

#AE6836
(174,104,54)
0 Favorites   0 Comments

Color spaces of #ae6836

RGB 17410454
HSL0.070.530.45
HSV25°69°68°
CMYK 0.000.400.69   0.32
XYZ23.071719.16565.9734
Yxy19.16560.47860.3975
Hunter Lab43.778517.458722.5551
CIE-Lab50.880423.623739.3162

#ae6836 color RGB value is (174,104,54).

#ae6836 hex color red value is 174, green value is 104 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ae6836 hue: 0.07 , saturation: 0.53 and the lightness value of ae6836 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 00110110
Octal 256 150 66
Decimal 174 104 54
Hex AE 68 36

RGB Percentages of Color #ae6836

%52.41
%31.33
%16.27

CMYK Percentages of Color #ae6836

%0
%40
%69
%32

Triadic Colors of #ae6836

#ae6836 #36ae68 #6836ae

Analogous Colors of #ae6836

#ae6836 #aea436 #ae3640

Monochromatic Colors of #ae6836

#ae6836

Complementary Color

#ae6836 #367cae

#ae6836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6836 Color CSS Codes

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

#ae6836 Text Font Color

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

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


#ae6836 Background Color

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

This div background color is #ae6836


#ae6836 Border Color

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

This div border color is #ae6836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6836


Comments

No comments written yet.

Please login to write comment.