Color spaces of #af553f
RGB | 175 | 85 | 63 |
---|---|---|---|
HSL | 0.03 | 0.47 | 0.47 |
HSV | 12° | 64° | 69° |
CMYK | 0.00 | 0.51 | 0.64 0.31 |
XYZ | 21.8249 | 15.9698 | 6.6348 |
Yxy | 15.9698 | 0.4912 | 0.3594 |
Hunter Lab | 39.9622 | 27.5518 | 18.1298 |
CIE-Lab | 46.9348 | 34.9076 | 29.8063 |
#af553f color RGB value is (175,85,63).
#af553f hex color red value is 175, green value is 85 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af553f hue: 0.03 , saturation: 0.47 and the lightness value of af553f is 0.47.
The process color (four color CMYK) of #af553f color hex is 0.00, 0.51, 0.64, 0.31. Web safe color of #af553f is #996633. Color #af553f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01010101 | 00111111 |
Octal | 257 | 125 | 77 |
Decimal | 175 | 85 | 63 |
Hex | AF | 55 | 3F |
Shades of #af553f
Tints of #af553f
RGB Percentages of Color #af553f
CMYK Percentages of Color #af553f
Complementary Color
#af553f | #3f99af |
#af553f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af553f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af553f Color CSS Codes
.mybgcolor {background-color:#af553f; } .myforecolor {color:#af553f; } .mybordercolor {border:3px solid #af553f; }
#af553f Text Font Color
<p style="color:#af553f">Text here</p>
This sample text font color is #af553f
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.
#af553f Background Color
<div style="background-color:#af553f">
Div content here</div>
This div background color is #af553f
#af553f Border Color
<div style="border:3px solid #af553f">
Div here</div>
This div border color is #af553f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,85,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af553f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af553f; -webkit-box-shadow: 1px 1px 3px 2px #af553f; box-shadow: 1px 1px 3px 2px #af553f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,85,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 #af553f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af553f; -webkit-box-shadow: 1px 1px 3px 2px #af553f; box-shadow: 1px 1px 3px 2px #af553f;">
Div content here</div>
This div box has shadow with color #af553f
Comments
No comments written yet.
Please login to write comment.