Color spaces of #aea190
RGB | 174 | 161 | 144 |
---|---|---|---|
HSL | 0.09 | 0.16 | 0.62 |
HSV | 34° | 17° | 68° |
CMYK | 0.00 | 0.07 | 0.17 0.32 |
XYZ | 35.2345 | 36.5020 | 31.5741 |
Yxy | 36.5020 | 0.3411 | 0.3533 |
Hunter Lab | 60.4169 | -1.6302 | 11.3066 |
CIE-Lab | 66.9017 | 1.8459 | 10.5546 |
#aea190 color RGB value is (174,161,144).
#aea190 hex color red value is 174, green value is 161 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aea190 hue: 0.09 , saturation: 0.16 and the lightness value of aea190 is 0.62.
The process color (four color CMYK) of #aea190 color hex is 0.00, 0.07, 0.17, 0.32. Web safe color of #aea190 is #999999. Color #aea190 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100001 | 10010000 |
Octal | 256 | 241 | 220 |
Decimal | 174 | 161 | 144 |
Hex | AE | A1 | 90 |
Shades of #aea190
Tints of #aea190
RGB Percentages of Color #aea190
CMYK Percentages of Color #aea190
Complementary Color
#aea190 | #909dae |
#aea190 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea190 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea190 Color CSS Codes
.mybgcolor {background-color:#aea190; } .myforecolor {color:#aea190; } .mybordercolor {border:3px solid #aea190; }
#aea190 Text Font Color
<p style="color:#aea190">Text here</p>
This sample text font color is #aea190
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.
#aea190 Background Color
<div style="background-color:#aea190">
Div content here</div>
This div background color is #aea190
#aea190 Border Color
<div style="border:3px solid #aea190">
Div here</div>
This div border color is #aea190
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,161,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea190; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea190; -webkit-box-shadow: 1px 1px 3px 2px #aea190; box-shadow: 1px 1px 3px 2px #aea190; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,161,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea190">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea190; -webkit-box-shadow: 1px 1px 3px 2px #aea190; box-shadow: 1px 1px 3px 2px #aea190;">
Div content here</div>
This div box has shadow with color #aea190
Comments
No comments written yet.
Please login to write comment.