Color spaces of #ae534d
RGB | 174 | 83 | 77 |
---|---|---|---|
HSL | 0.01 | 0.39 | 0.49 |
HSV | 4° | 56° | 68° |
CMYK | 0.00 | 0.52 | 0.56 0.32 |
XYZ | 21.8884 | 15.7210 | 8.9020 |
Yxy | 15.7210 | 0.4706 | 0.3380 |
Hunter Lab | 39.6497 | 29.1529 | 14.4432 |
CIE-Lab | 46.6063 | 36.6204 | 21.1380 |
#ae534d color RGB value is (174,83,77).
#ae534d hex color red value is 174, green value is 83 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae534d hue: 0.01 , saturation: 0.39 and the lightness value of ae534d is 0.49.
The process color (four color CMYK) of #ae534d color hex is 0.00, 0.52, 0.56, 0.32. Web safe color of #ae534d is #996666. Color #ae534d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01010011 | 01001101 |
Octal | 256 | 123 | 115 |
Decimal | 174 | 83 | 77 |
Hex | AE | 53 | 4D |
Shades of #ae534d
Tints of #ae534d
RGB Percentages of Color #ae534d
CMYK Percentages of Color #ae534d
Complementary Color
#ae534d | #4da8ae |
#ae534d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae534d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae534d Color CSS Codes
.mybgcolor {background-color:#ae534d; } .myforecolor {color:#ae534d; } .mybordercolor {border:3px solid #ae534d; }
#ae534d Text Font Color
<p style="color:#ae534d">Text here</p>
This sample text font color is #ae534d
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.
#ae534d Background Color
<div style="background-color:#ae534d">
Div content here</div>
This div background color is #ae534d
#ae534d Border Color
<div style="border:3px solid #ae534d">
Div here</div>
This div border color is #ae534d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,83,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae534d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae534d; -webkit-box-shadow: 1px 1px 3px 2px #ae534d; box-shadow: 1px 1px 3px 2px #ae534d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,83,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae534d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae534d; -webkit-box-shadow: 1px 1px 3px 2px #ae534d; box-shadow: 1px 1px 3px 2px #ae534d;">
Div content here</div>
This div box has shadow with color #ae534d
Comments
No comments written yet.
Please login to write comment.