Color spaces of #aac791
RGB | 170 | 199 | 145 |
---|---|---|---|
HSL | 0.26 | 0.33 | 0.67 |
HSV | 92° | 27° | 78° |
CMYK | 0.15 | 0.00 | 0.27 0.22 |
XYZ | 42.1118 | 51.4372 | 34.4969 |
Yxy | 51.4372 | 0.3289 | 0.4017 |
Hunter Lab | 71.7197 | -20.6994 | 21.6856 |
CIE-Lab | 76.9431 | -19.4411 | 23.9025 |
#aac791 color RGB value is (170,199,145).
#aac791 hex color red value is 170, green value is 199 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aac791 hue: 0.26 , saturation: 0.33 and the lightness value of aac791 is 0.67.
The process color (four color CMYK) of #aac791 color hex is 0.15, 0.00, 0.27, 0.22. Web safe color of #aac791 is #99cc99. Color #aac791 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000111 | 10010001 |
Octal | 252 | 307 | 221 |
Decimal | 170 | 199 | 145 |
Hex | AA | C7 | 91 |
Shades of #aac791
Tints of #aac791
RGB Percentages of Color #aac791
CMYK Percentages of Color #aac791
Complementary Color
#aac791 | #ae91c7 |
#aac791 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac791 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac791 Color CSS Codes
.mybgcolor {background-color:#aac791; } .myforecolor {color:#aac791; } .mybordercolor {border:3px solid #aac791; }
#aac791 Text Font Color
<p style="color:#aac791">Text here</p>
This sample text font color is #aac791
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.
#aac791 Background Color
<div style="background-color:#aac791">
Div content here</div>
This div background color is #aac791
#aac791 Border Color
<div style="border:3px solid #aac791">
Div here</div>
This div border color is #aac791
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,199,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac791; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac791; -webkit-box-shadow: 1px 1px 3px 2px #aac791; box-shadow: 1px 1px 3px 2px #aac791; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,199,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac791">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac791; -webkit-box-shadow: 1px 1px 3px 2px #aac791; box-shadow: 1px 1px 3px 2px #aac791;">
Div content here</div>
This div box has shadow with color #aac791
Comments
No comments written yet.
Please login to write comment.