Color spaces of #a7afaa
RGB | 167 | 175 | 170 |
---|---|---|---|
HSL | 0.40 | 0.05 | 0.67 |
HSV | 143° | 5° | 69° |
CMYK | 0.05 | 0.00 | 0.03 0.31 |
XYZ | 38.5220 | 41.7777 | 44.0638 |
Yxy | 41.7777 | 0.3098 | 0.3359 |
Hunter Lab | 64.6357 | -6.7288 | 4.8255 |
CIE-Lab | 70.7174 | -3.7605 | 1.5778 |
#a7afaa color RGB value is (167,175,170).
#a7afaa hex color red value is 167, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a7afaa hue: 0.40 , saturation: 0.05 and the lightness value of a7afaa is 0.67.
The process color (four color CMYK) of #a7afaa color hex is 0.05, 0.00, 0.03, 0.31. Web safe color of #a7afaa is #999999. Color #a7afaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10101111 | 10101010 |
Octal | 247 | 257 | 252 |
Decimal | 167 | 175 | 170 |
Hex | A7 | AF | AA |
Shades of #a7afaa
Tints of #a7afaa
RGB Percentages of Color #a7afaa
CMYK Percentages of Color #a7afaa
Complementary Color
#a7afaa | #afa7ac |
#a7afaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7afaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7afaa Color CSS Codes
.mybgcolor {background-color:#a7afaa; } .myforecolor {color:#a7afaa; } .mybordercolor {border:3px solid #a7afaa; }
#a7afaa Text Font Color
<p style="color:#a7afaa">Text here</p>
This sample text font color is #a7afaa
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.
#a7afaa Background Color
<div style="background-color:#a7afaa">
Div content here</div>
This div background color is #a7afaa
#a7afaa Border Color
<div style="border:3px solid #a7afaa">
Div here</div>
This div border color is #a7afaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,175,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7afaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7afaa; -webkit-box-shadow: 1px 1px 3px 2px #a7afaa; box-shadow: 1px 1px 3px 2px #a7afaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,175,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7afaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7afaa; -webkit-box-shadow: 1px 1px 3px 2px #a7afaa; box-shadow: 1px 1px 3px 2px #a7afaa;">
Div content here</div>
This div box has shadow with color #a7afaa
Comments
No comments written yet.
Please login to write comment.