Color spaces of #a3817c
RGB | 163 | 129 | 124 |
---|---|---|---|
HSL | 0.02 | 0.17 | 0.56 |
HSV | 8° | 24° | 64° |
CMYK | 0.00 | 0.21 | 0.24 0.36 |
XYZ | 26.5926 | 24.9423 | 22.4815 |
Yxy | 24.9423 | 0.3593 | 0.3370 |
Hunter Lab | 49.9423 | 7.6464 | 8.2702 |
CIE-Lab | 57.0192 | 12.2846 | 7.6858 |
#a3817c color RGB value is (163,129,124).
#a3817c hex color red value is 163, green value is 129 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a3817c hue: 0.02 , saturation: 0.17 and the lightness value of a3817c is 0.56.
The process color (four color CMYK) of #a3817c color hex is 0.00, 0.21, 0.24, 0.36. Web safe color of #a3817c is #999966. Color #a3817c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10000001 | 01111100 |
Octal | 243 | 201 | 174 |
Decimal | 163 | 129 | 124 |
Hex | A3 | 81 | 7C |
Shades of #a3817c
Tints of #a3817c
RGB Percentages of Color #a3817c
CMYK Percentages of Color #a3817c
Complementary Color
#a3817c | #7c9ea3 |
#a3817c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3817c Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3817c Color CSS Codes
.mybgcolor {background-color:#a3817c; } .myforecolor {color:#a3817c; } .mybordercolor {border:3px solid #a3817c; }
#a3817c Text Font Color
<p style="color:#a3817c">Text here</p>
This sample text font color is #a3817c
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.
#a3817c Background Color
<div style="background-color:#a3817c">
Div content here</div>
This div background color is #a3817c
#a3817c Border Color
<div style="border:3px solid #a3817c">
Div here</div>
This div border color is #a3817c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,129,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3817c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3817c; -webkit-box-shadow: 1px 1px 3px 2px #a3817c; box-shadow: 1px 1px 3px 2px #a3817c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,129,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3817c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3817c; -webkit-box-shadow: 1px 1px 3px 2px #a3817c; box-shadow: 1px 1px 3px 2px #a3817c;">
Div content here</div>
This div box has shadow with color #a3817c
Comments
No comments written yet.
Please login to write comment.