Color spaces of #ac503f
RGB | 172 | 80 | 63 |
---|---|---|---|
HSL | 0.03 | 0.46 | 0.46 |
HSV | 9° | 63° | 67° |
CMYK | 0.00 | 0.53 | 0.63 0.33 |
XYZ | 20.7791 | 14.8669 | 6.4770 |
Yxy | 14.8669 | 0.4933 | 0.3529 |
Hunter Lab | 38.5576 | 28.7197 | 17.0307 |
CIE-Lab | 45.4514 | 36.3312 | 27.8775 |
#ac503f color RGB value is (172,80,63).
#ac503f hex color red value is 172, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac503f hue: 0.03 , saturation: 0.46 and the lightness value of ac503f is 0.46.
The process color (four color CMYK) of #ac503f color hex is 0.00, 0.53, 0.63, 0.33. Web safe color of #ac503f is #996633. Color #ac503f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01010000 | 00111111 |
Octal | 254 | 120 | 77 |
Decimal | 172 | 80 | 63 |
Hex | AC | 50 | 3F |
Shades of #ac503f
Tints of #ac503f
RGB Percentages of Color #ac503f
CMYK Percentages of Color #ac503f
Complementary Color
#ac503f | #3f9bac |
#ac503f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac503f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac503f Color CSS Codes
.mybgcolor {background-color:#ac503f; } .myforecolor {color:#ac503f; } .mybordercolor {border:3px solid #ac503f; }
#ac503f Text Font Color
<p style="color:#ac503f">Text here</p>
This sample text font color is #ac503f
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.
#ac503f Background Color
<div style="background-color:#ac503f">
Div content here</div>
This div background color is #ac503f
#ac503f Border Color
<div style="border:3px solid #ac503f">
Div here</div>
This div border color is #ac503f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,80,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac503f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac503f; -webkit-box-shadow: 1px 1px 3px 2px #ac503f; box-shadow: 1px 1px 3px 2px #ac503f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,80,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac503f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac503f; -webkit-box-shadow: 1px 1px 3px 2px #ac503f; box-shadow: 1px 1px 3px 2px #ac503f;">
Div content here</div>
This div box has shadow with color #ac503f
Comments
No comments written yet.
Please login to write comment.