Color spaces of #afa695
RGB | 175 | 166 | 149 |
---|---|---|---|
HSL | 0.11 | 0.14 | 0.64 |
HSV | 39° | 15° | 69° |
CMYK | 0.00 | 0.05 | 0.15 0.31 |
XYZ | 36.7402 | 38.5563 | 33.9395 |
Yxy | 38.5563 | 0.3363 | 0.3530 |
Hunter Lab | 62.0937 | -3.0474 | 11.0586 |
CIE-Lab | 68.4286 | 0.3095 | 9.9608 |
#afa695 color RGB value is (175,166,149).
#afa695 hex color red value is 175, green value is 166 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #afa695 hue: 0.11 , saturation: 0.14 and the lightness value of afa695 is 0.64.
The process color (four color CMYK) of #afa695 color hex is 0.00, 0.05, 0.15, 0.31. Web safe color of #afa695 is #999999. Color #afa695 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100110 | 10010101 |
Octal | 257 | 246 | 225 |
Decimal | 175 | 166 | 149 |
Hex | AF | A6 | 95 |
Shades of #afa695
Tints of #afa695
RGB Percentages of Color #afa695
CMYK Percentages of Color #afa695
Complementary Color
#afa695 | #959eaf |
#afa695 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa695 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa695 Color CSS Codes
.mybgcolor {background-color:#afa695; } .myforecolor {color:#afa695; } .mybordercolor {border:3px solid #afa695; }
#afa695 Text Font Color
<p style="color:#afa695">Text here</p>
This sample text font color is #afa695
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.
#afa695 Background Color
<div style="background-color:#afa695">
Div content here</div>
This div background color is #afa695
#afa695 Border Color
<div style="border:3px solid #afa695">
Div here</div>
This div border color is #afa695
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,166,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa695; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa695; -webkit-box-shadow: 1px 1px 3px 2px #afa695; box-shadow: 1px 1px 3px 2px #afa695; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,166,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa695">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa695; -webkit-box-shadow: 1px 1px 3px 2px #afa695; box-shadow: 1px 1px 3px 2px #afa695;">
Div content here</div>
This div box has shadow with color #afa695
#afa695 Color Palettes
Comments
No comments written yet.
Please login to write comment.