Color spaces of #afa328
RGB | 175 | 163 | 40 |
---|---|---|---|
HSL | 0.15 | 0.63 | 0.42 |
HSV | 55° | 77° | 69° |
CMYK | 0.00 | 0.07 | 0.77 0.31 |
XYZ | 31.1594 | 35.4615 | 7.2100 |
Yxy | 35.4615 | 0.4220 | 0.4803 |
Hunter Lab | 59.5496 | -10.8113 | 34.5061 |
CIE-Lab | 66.1064 | -9.1442 | 60.6491 |
#afa328 color RGB value is (175,163,40).
#afa328 hex color red value is 175, green value is 163 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #afa328 hue: 0.15 , saturation: 0.63 and the lightness value of afa328 is 0.42.
The process color (four color CMYK) of #afa328 color hex is 0.00, 0.07, 0.77, 0.31. Web safe color of #afa328 is #999933. Color #afa328 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100011 | 00101000 |
Octal | 257 | 243 | 50 |
Decimal | 175 | 163 | 40 |
Hex | AF | A3 | 28 |
Shades of #afa328
Tints of #afa328
RGB Percentages of Color #afa328
CMYK Percentages of Color #afa328
Complementary Color
#afa328 | #2834af |
#afa328 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa328 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa328 Color CSS Codes
.mybgcolor {background-color:#afa328; } .myforecolor {color:#afa328; } .mybordercolor {border:3px solid #afa328; }
#afa328 Text Font Color
<p style="color:#afa328">Text here</p>
This sample text font color is #afa328
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.
#afa328 Background Color
<div style="background-color:#afa328">
Div content here</div>
This div background color is #afa328
#afa328 Border Color
<div style="border:3px solid #afa328">
Div here</div>
This div border color is #afa328
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,163,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa328; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa328; -webkit-box-shadow: 1px 1px 3px 2px #afa328; box-shadow: 1px 1px 3px 2px #afa328; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,163,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa328">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa328; -webkit-box-shadow: 1px 1px 3px 2px #afa328; box-shadow: 1px 1px 3px 2px #afa328;">
Div content here</div>
This div box has shadow with color #afa328
Comments
No comments written yet.
Please login to write comment.