Color spaces of #a43229
RGB | 164 | 50 | 41 |
---|---|---|---|
HSL | 0.01 | 0.60 | 0.40 |
HSV | 4° | 75° | 64° |
CMYK | 0.00 | 0.70 | 0.75 0.36 |
XYZ | 16.8507 | 10.3338 | 3.2043 |
Yxy | 10.3338 | 0.5545 | 0.3401 |
Hunter Lab | 32.1462 | 37.3118 | 16.5924 |
CIE-Lab | 38.4350 | 46.2523 | 32.1057 |
#a43229 color RGB value is (164,50,41).
#a43229 hex color red value is 164, green value is 50 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a43229 hue: 0.01 , saturation: 0.60 and the lightness value of a43229 is 0.40.
The process color (four color CMYK) of #a43229 color hex is 0.00, 0.70, 0.75, 0.36. Web safe color of #a43229 is #993333. Color #a43229 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00110010 | 00101001 |
Octal | 244 | 62 | 51 |
Decimal | 164 | 50 | 41 |
Hex | A4 | 32 | 29 |
Shades of #a43229
Tints of #a43229
RGB Percentages of Color #a43229
CMYK Percentages of Color #a43229
Complementary Color
#a43229 | #299ba4 |
#a43229 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a43229 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a43229 Color CSS Codes
.mybgcolor {background-color:#a43229; } .myforecolor {color:#a43229; } .mybordercolor {border:3px solid #a43229; }
#a43229 Text Font Color
<p style="color:#a43229">Text here</p>
This sample text font color is #a43229
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.
#a43229 Background Color
<div style="background-color:#a43229">
Div content here</div>
This div background color is #a43229
#a43229 Border Color
<div style="border:3px solid #a43229">
Div here</div>
This div border color is #a43229
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,50,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a43229; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a43229; -webkit-box-shadow: 1px 1px 3px 2px #a43229; box-shadow: 1px 1px 3px 2px #a43229; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,50,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a43229">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a43229; -webkit-box-shadow: 1px 1px 3px 2px #a43229; box-shadow: 1px 1px 3px 2px #a43229;">
Div content here</div>
This div box has shadow with color #a43229
Comments
No comments written yet.
Please login to write comment.