Color spaces of #ae726e
RGB | 174 | 114 | 110 |
---|---|---|---|
HSL | 0.01 | 0.28 | 0.56 |
HSV | 4° | 37° | 68° |
CMYK | 0.00 | 0.34 | 0.37 0.32 |
XYZ | 26.2873 | 22.1591 | 17.6435 |
Yxy | 22.1591 | 0.3978 | 0.3353 |
Hunter Lab | 47.0735 | 17.3015 | 10.7291 |
CIE-Lab | 54.1954 | 23.1997 | 11.9902 |
#ae726e color RGB value is (174,114,110).
#ae726e hex color red value is 174, green value is 114 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ae726e hue: 0.01 , saturation: 0.28 and the lightness value of ae726e is 0.56.
The process color (four color CMYK) of #ae726e color hex is 0.00, 0.34, 0.37, 0.32. Web safe color of #ae726e is #996666. Color #ae726e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01110010 | 01101110 |
Octal | 256 | 162 | 156 |
Decimal | 174 | 114 | 110 |
Hex | AE | 72 | 6E |
Shades of #ae726e
Tints of #ae726e
RGB Percentages of Color #ae726e
CMYK Percentages of Color #ae726e
Complementary Color
#ae726e | #6eaaae |
#ae726e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae726e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae726e Color CSS Codes
.mybgcolor {background-color:#ae726e; } .myforecolor {color:#ae726e; } .mybordercolor {border:3px solid #ae726e; }
#ae726e Text Font Color
<p style="color:#ae726e">Text here</p>
This sample text font color is #ae726e
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.
#ae726e Background Color
<div style="background-color:#ae726e">
Div content here</div>
This div background color is #ae726e
#ae726e Border Color
<div style="border:3px solid #ae726e">
Div here</div>
This div border color is #ae726e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,114,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae726e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae726e; -webkit-box-shadow: 1px 1px 3px 2px #ae726e; box-shadow: 1px 1px 3px 2px #ae726e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,114,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae726e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae726e; -webkit-box-shadow: 1px 1px 3px 2px #ae726e; box-shadow: 1px 1px 3px 2px #ae726e;">
Div content here</div>
This div box has shadow with color #ae726e
Comments
No comments written yet.
Please login to write comment.