Color spaces of #ac688a
RGB | 172 | 104 | 138 |
---|---|---|---|
HSL | 0.92 | 0.29 | 0.54 |
HSV | 330° | 40° | 67° |
CMYK | 0.00 | 0.40 | 0.20 0.33 |
XYZ | 26.5510 | 20.5063 | 26.6035 |
Yxy | 20.5063 | 0.3604 | 0.2784 |
Hunter Lab | 45.2839 | 25.4119 | -3.1331 |
CIE-Lab | 52.4049 | 32.0031 | -7.0930 |
#ac688a color RGB value is (172,104,138).
#ac688a hex color red value is 172, green value is 104 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ac688a hue: 0.92 , saturation: 0.29 and the lightness value of ac688a is 0.54.
The process color (four color CMYK) of #ac688a color hex is 0.00, 0.40, 0.20, 0.33. Web safe color of #ac688a is #996699. Color #ac688a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01101000 | 10001010 |
Octal | 254 | 150 | 212 |
Decimal | 172 | 104 | 138 |
Hex | AC | 68 | 8A |
Shades of #ac688a
Tints of #ac688a
RGB Percentages of Color #ac688a
CMYK Percentages of Color #ac688a
Complementary Color
#ac688a | #68ac8a |
#ac688a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac688a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac688a Color CSS Codes
.mybgcolor {background-color:#ac688a; } .myforecolor {color:#ac688a; } .mybordercolor {border:3px solid #ac688a; }
#ac688a Text Font Color
<p style="color:#ac688a">Text here</p>
This sample text font color is #ac688a
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.
#ac688a Background Color
<div style="background-color:#ac688a">
Div content here</div>
This div background color is #ac688a
#ac688a Border Color
<div style="border:3px solid #ac688a">
Div here</div>
This div border color is #ac688a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,104,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac688a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac688a; -webkit-box-shadow: 1px 1px 3px 2px #ac688a; box-shadow: 1px 1px 3px 2px #ac688a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,104,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac688a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac688a; -webkit-box-shadow: 1px 1px 3px 2px #ac688a; box-shadow: 1px 1px 3px 2px #ac688a;">
Div content here</div>
This div box has shadow with color #ac688a
Comments
No comments written yet.
Please login to write comment.