Color spaces of #af919e
RGB | 175 | 145 | 158 |
---|---|---|---|
HSL | 0.93 | 0.16 | 0.63 |
HSV | 334° | 17° | 69° |
CMYK | 0.00 | 0.17 | 0.10 0.31 |
XYZ | 33.9762 | 31.8334 | 36.7015 |
Yxy | 31.8334 | 0.3314 | 0.3105 |
Hunter Lab | 56.4211 | 8.7539 | 0.9271 |
CIE-Lab | 63.2050 | 13.4526 | -2.6286 |
#af919e color RGB value is (175,145,158).
#af919e hex color red value is 175, green value is 145 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af919e hue: 0.93 , saturation: 0.16 and the lightness value of af919e is 0.63.
The process color (four color CMYK) of #af919e color hex is 0.00, 0.17, 0.10, 0.31. Web safe color of #af919e is #999999. Color #af919e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010001 | 10011110 |
Octal | 257 | 221 | 236 |
Decimal | 175 | 145 | 158 |
Hex | AF | 91 | 9E |
Shades of #af919e
Tints of #af919e
RGB Percentages of Color #af919e
CMYK Percentages of Color #af919e
Complementary Color
#af919e | #91afa2 |
#af919e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af919e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af919e Color CSS Codes
.mybgcolor {background-color:#af919e; } .myforecolor {color:#af919e; } .mybordercolor {border:3px solid #af919e; }
#af919e Text Font Color
<p style="color:#af919e">Text here</p>
This sample text font color is #af919e
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.
#af919e Background Color
<div style="background-color:#af919e">
Div content here</div>
This div background color is #af919e
#af919e Border Color
<div style="border:3px solid #af919e">
Div here</div>
This div border color is #af919e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,145,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af919e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af919e; -webkit-box-shadow: 1px 1px 3px 2px #af919e; box-shadow: 1px 1px 3px 2px #af919e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,145,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af919e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af919e; -webkit-box-shadow: 1px 1px 3px 2px #af919e; box-shadow: 1px 1px 3px 2px #af919e;">
Div content here</div>
This div box has shadow with color #af919e
Comments
No comments written yet.
Please login to write comment.