Color spaces of #ae7758
RGB | 174 | 119 | 88 |
---|---|---|---|
HSL | 0.06 | 0.35 | 0.51 |
HSV | 22° | 49° | 68° |
CMYK | 0.00 | 0.32 | 0.49 0.32 |
XYZ | 25.8138 | 22.8969 | 12.2915 |
Yxy | 22.8969 | 0.4232 | 0.3753 |
Hunter Lab | 47.8507 | 12.5558 | 18.2656 |
CIE-Lab | 54.9660 | 17.9104 | 25.6956 |
#ae7758 color RGB value is (174,119,88).
#ae7758 hex color red value is 174, green value is 119 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ae7758 hue: 0.06 , saturation: 0.35 and the lightness value of ae7758 is 0.51.
The process color (four color CMYK) of #ae7758 color hex is 0.00, 0.32, 0.49, 0.32. Web safe color of #ae7758 is #996666. Color #ae7758 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01110111 | 01011000 |
Octal | 256 | 167 | 130 |
Decimal | 174 | 119 | 88 |
Hex | AE | 77 | 58 |
Shades of #ae7758
Tints of #ae7758
RGB Percentages of Color #ae7758
CMYK Percentages of Color #ae7758
Complementary Color
#ae7758 | #588fae |
#ae7758 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae7758 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae7758 Color CSS Codes
.mybgcolor {background-color:#ae7758; } .myforecolor {color:#ae7758; } .mybordercolor {border:3px solid #ae7758; }
#ae7758 Text Font Color
<p style="color:#ae7758">Text here</p>
This sample text font color is #ae7758
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.
#ae7758 Background Color
<div style="background-color:#ae7758">
Div content here</div>
This div background color is #ae7758
#ae7758 Border Color
<div style="border:3px solid #ae7758">
Div here</div>
This div border color is #ae7758
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,119,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae7758; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae7758; -webkit-box-shadow: 1px 1px 3px 2px #ae7758; box-shadow: 1px 1px 3px 2px #ae7758; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,119,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae7758">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae7758; -webkit-box-shadow: 1px 1px 3px 2px #ae7758; box-shadow: 1px 1px 3px 2px #ae7758;">
Div content here</div>
This div box has shadow with color #ae7758
Comments
No comments written yet.
Please login to write comment.