Color spaces of #afa988
RGB | 175 | 169 | 136 |
---|---|---|---|
HSL | 0.14 | 0.20 | 0.61 |
HSV | 51° | 22° | 69° |
CMYK | 0.00 | 0.03 | 0.22 0.31 |
XYZ | 36.3111 | 39.2675 | 28.9581 |
Yxy | 39.2675 | 0.3474 | 0.3756 |
Hunter Lab | 62.6638 | -6.2282 | 16.4656 |
CIE-Lab | 68.9446 | -3.3379 | 17.8387 |
#afa988 color RGB value is (175,169,136).
#afa988 hex color red value is 175, green value is 169 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #afa988 hue: 0.14 , saturation: 0.20 and the lightness value of afa988 is 0.61.
The process color (four color CMYK) of #afa988 color hex is 0.00, 0.03, 0.22, 0.31. Web safe color of #afa988 is #999999. Color #afa988 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101001 | 10001000 |
Octal | 257 | 251 | 210 |
Decimal | 175 | 169 | 136 |
Hex | AF | A9 | 88 |
Shades of #afa988
Tints of #afa988
RGB Percentages of Color #afa988
CMYK Percentages of Color #afa988
Complementary Color
#afa988 | #888eaf |
#afa988 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa988 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa988 Color CSS Codes
.mybgcolor {background-color:#afa988; } .myforecolor {color:#afa988; } .mybordercolor {border:3px solid #afa988; }
#afa988 Text Font Color
<p style="color:#afa988">Text here</p>
This sample text font color is #afa988
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.
#afa988 Background Color
<div style="background-color:#afa988">
Div content here</div>
This div background color is #afa988
#afa988 Border Color
<div style="border:3px solid #afa988">
Div here</div>
This div border color is #afa988
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,169,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa988; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa988; -webkit-box-shadow: 1px 1px 3px 2px #afa988; box-shadow: 1px 1px 3px 2px #afa988; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,169,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa988">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa988; -webkit-box-shadow: 1px 1px 3px 2px #afa988; box-shadow: 1px 1px 3px 2px #afa988;">
Div content here</div>
This div box has shadow with color #afa988
Comments
No comments written yet.
Please login to write comment.