Color Hex Logo

#ae6838 Color Hex

#AE6838
(174,104,56)
0 Favorites   0 Comments

Color spaces of #ae6838

RGB 17410456
HSL0.070.510.45
HSV24°68°68°
CMYK 0.000.400.68   0.32
XYZ23.119719.18486.2259
Yxy19.18480.47640.3953
Hunter Lab43.800517.568922.2327
CIE-Lab50.902723.743638.2987

#ae6838 color RGB value is (174,104,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 00111000
Octal 256 150 70
Decimal 174 104 56
Hex AE 68 38

RGB Percentages of Color #ae6838

%52.10
%31.14
%16.77

CMYK Percentages of Color #ae6838

%0
%40
%68
%32

Triadic Colors of #ae6838

#ae6838 #38ae68 #6838ae

Analogous Colors of #ae6838

#ae6838 #aea338 #ae3843

Monochromatic Colors of #ae6838

#ae6838

Complementary Color

#ae6838 #387eae

#ae6838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6838 Color CSS Codes

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

#ae6838 Text Font Color

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

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


#ae6838 Background Color

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

This div background color is #ae6838


#ae6838 Border Color

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

This div border color is #ae6838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6838


Comments

No comments written yet.

Please login to write comment.