Color spaces of #ab162b
RGB | 171 | 22 | 43 |
---|---|---|---|
HSL | 0.98 | 0.77 | 0.38 |
HSV | 352° | 87° | 67° |
CMYK | 0.00 | 0.87 | 0.75 0.33 |
XYZ | 17.5175 | 9.4062 | 3.1778 |
Yxy | 9.4062 | 0.5819 | 0.3125 |
Hunter Lab | 30.6695 | 48.2821 | 15.3254 |
CIE-Lab | 36.7549 | 57.1512 | 29.3797 |
#ab162b color RGB value is (171,22,43).
#ab162b hex color red value is 171, green value is 22 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ab162b hue: 0.98 , saturation: 0.77 and the lightness value of ab162b is 0.38.
The process color (four color CMYK) of #ab162b color hex is 0.00, 0.87, 0.75, 0.33. Web safe color of #ab162b is #990033. Color #ab162b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00010110 | 00101011 |
Octal | 253 | 26 | 53 |
Decimal | 171 | 22 | 43 |
Hex | AB | 16 | 2B |
Shades of #ab162b
Tints of #ab162b
RGB Percentages of Color #ab162b
CMYK Percentages of Color #ab162b
Complementary Color
#ab162b | #16ab96 |
#ab162b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab162b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab162b Color CSS Codes
.mybgcolor {background-color:#ab162b; } .myforecolor {color:#ab162b; } .mybordercolor {border:3px solid #ab162b; }
#ab162b Text Font Color
<p style="color:#ab162b">Text here</p>
This sample text font color is #ab162b
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.
#ab162b Background Color
<div style="background-color:#ab162b">
Div content here</div>
This div background color is #ab162b
#ab162b Border Color
<div style="border:3px solid #ab162b">
Div here</div>
This div border color is #ab162b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,22,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab162b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab162b; -webkit-box-shadow: 1px 1px 3px 2px #ab162b; box-shadow: 1px 1px 3px 2px #ab162b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,22,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab162b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab162b; -webkit-box-shadow: 1px 1px 3px 2px #ab162b; box-shadow: 1px 1px 3px 2px #ab162b;">
Div content here</div>
This div box has shadow with color #ab162b
Comments
No comments written yet.
Please login to write comment.