Color spaces of #af656d
RGB | 175 | 101 | 109 |
---|---|---|---|
HSL | 0.98 | 0.32 | 0.54 |
HSV | 354° | 42° | 69° |
CMYK | 0.00 | 0.42 | 0.38 0.31 |
XYZ | 25.0932 | 19.5254 | 16.9142 |
Yxy | 19.5254 | 0.4078 | 0.3173 |
Hunter Lab | 44.1876 | 24.0382 | 8.2361 |
CIE-Lab | 51.2963 | 30.6865 | 8.5153 |
#af656d color RGB value is (175,101,109).
#af656d hex color red value is 175, green value is 101 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af656d hue: 0.98 , saturation: 0.32 and the lightness value of af656d is 0.54.
The process color (four color CMYK) of #af656d color hex is 0.00, 0.42, 0.38, 0.31. Web safe color of #af656d is #996666. Color #af656d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01100101 | 01101101 |
Octal | 257 | 145 | 155 |
Decimal | 175 | 101 | 109 |
Hex | AF | 65 | 6D |
Shades of #af656d
Tints of #af656d
RGB Percentages of Color #af656d
CMYK Percentages of Color #af656d
Complementary Color
#af656d | #65afa7 |
#af656d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af656d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af656d Color CSS Codes
.mybgcolor {background-color:#af656d; } .myforecolor {color:#af656d; } .mybordercolor {border:3px solid #af656d; }
#af656d Text Font Color
<p style="color:#af656d">Text here</p>
This sample text font color is #af656d
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.
#af656d Background Color
<div style="background-color:#af656d">
Div content here</div>
This div background color is #af656d
#af656d Border Color
<div style="border:3px solid #af656d">
Div here</div>
This div border color is #af656d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,101,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af656d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af656d; -webkit-box-shadow: 1px 1px 3px 2px #af656d; box-shadow: 1px 1px 3px 2px #af656d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,101,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af656d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af656d; -webkit-box-shadow: 1px 1px 3px 2px #af656d; box-shadow: 1px 1px 3px 2px #af656d;">
Div content here</div>
This div box has shadow with color #af656d
Comments
No comments written yet.
Please login to write comment.