Color Hex Logo

#ae635b Color Hex

#AE635B
(174,99,91)
0 Favorites   0 Comments

Color spaces of #ae635b

RGB 1749991
HSL0.020.340.52
HSV48°68°
CMYK 0.000.430.48   0.32
XYZ23.805718.677712.2480
Yxy18.67770.43500.3413
Hunter Lab43.217722.692613.4495
CIE-Lab50.308029.364117.7787

#ae635b color RGB value is (174,99,91).

#ae635b hex color red value is 174, green value is 99 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ae635b hue: 0.02 , saturation: 0.34 and the lightness value of ae635b is 0.52.

The process color (four color CMYK) of #ae635b color hex is 0.00, 0.43, 0.48, 0.32. Web safe color of #ae635b is #996666. Color #ae635b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100011 01011011
Octal 256 143 133
Decimal 174 99 91
Hex AE 63 5B

RGB Percentages of Color #ae635b

%47.80
%27.20
%25.00

CMYK Percentages of Color #ae635b

%0
%43
%48
%32

Triadic Colors of #ae635b

#ae635b #5bae63 #635bae

Analogous Colors of #ae635b

#ae635b #ae8d5b #ae5b7d

Monochromatic Colors of #ae635b

#ae635b

Complementary Color

#ae635b #5ba6ae

#ae635b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae635b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae635b Color CSS Codes

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

#ae635b Text Font Color

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

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


#ae635b Background Color

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

This div background color is #ae635b


#ae635b Border Color

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

This div border color is #ae635b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae635b


Comments

No comments written yet.

Please login to write comment.