Color spaces of #afa297
RGB | 175 | 162 | 151 |
---|---|---|---|
HSL | 0.08 | 0.13 | 0.64 |
HSV | 28° | 14° | 69° |
CMYK | 0.00 | 0.07 | 0.14 0.31 |
XYZ | 36.1854 | 37.1890 | 34.5492 |
Yxy | 37.1890 | 0.3353 | 0.3446 |
Hunter Lab | 60.9828 | -0.8032 | 9.0978 |
CIE-Lab | 67.4186 | 2.8206 | 7.4121 |
#afa297 color RGB value is (175,162,151).
#afa297 hex color red value is 175, green value is 162 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #afa297 hue: 0.08 , saturation: 0.13 and the lightness value of afa297 is 0.64.
The process color (four color CMYK) of #afa297 color hex is 0.00, 0.07, 0.14, 0.31. Web safe color of #afa297 is #999999. Color #afa297 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100010 | 10010111 |
Octal | 257 | 242 | 227 |
Decimal | 175 | 162 | 151 |
Hex | AF | A2 | 97 |
Shades of #afa297
Tints of #afa297
RGB Percentages of Color #afa297
CMYK Percentages of Color #afa297
Complementary Color
#afa297 | #97a4af |
#afa297 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa297 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa297 Color CSS Codes
.mybgcolor {background-color:#afa297; } .myforecolor {color:#afa297; } .mybordercolor {border:3px solid #afa297; }
#afa297 Text Font Color
<p style="color:#afa297">Text here</p>
This sample text font color is #afa297
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.
#afa297 Background Color
<div style="background-color:#afa297">
Div content here</div>
This div background color is #afa297
#afa297 Border Color
<div style="border:3px solid #afa297">
Div here</div>
This div border color is #afa297
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,162,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa297; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa297; -webkit-box-shadow: 1px 1px 3px 2px #afa297; box-shadow: 1px 1px 3px 2px #afa297; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,162,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa297">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa297; -webkit-box-shadow: 1px 1px 3px 2px #afa297; box-shadow: 1px 1px 3px 2px #afa297;">
Div content here</div>
This div box has shadow with color #afa297
Comments
No comments written yet.
Please login to write comment.