Color spaces of #a7603e
RGB | 167 | 96 | 62 |
---|---|---|---|
HSL | 0.05 | 0.46 | 0.45 |
HSV | 19° | 63° | 65° |
CMYK | 0.00 | 0.43 | 0.63 0.35 |
XYZ | 20.9887 | 16.9290 | 6.7188 |
Yxy | 16.9290 | 0.4702 | 0.3793 |
Hunter Lab | 41.1449 | 19.0524 | 19.1196 |
CIE-Lab | 48.1705 | 25.6203 | 31.6059 |
#a7603e color RGB value is (167,96,62).
#a7603e hex color red value is 167, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a7603e hue: 0.05 , saturation: 0.46 and the lightness value of a7603e is 0.45.
The process color (four color CMYK) of #a7603e color hex is 0.00, 0.43, 0.63, 0.35. Web safe color of #a7603e is #996633. Color #a7603e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01100000 | 00111110 |
Octal | 247 | 140 | 76 |
Decimal | 167 | 96 | 62 |
Hex | A7 | 60 | 3E |
Shades of #a7603e
Tints of #a7603e
RGB Percentages of Color #a7603e
CMYK Percentages of Color #a7603e
Complementary Color
#a7603e | #3e85a7 |
#a7603e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7603e Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7603e Color CSS Codes
.mybgcolor {background-color:#a7603e; } .myforecolor {color:#a7603e; } .mybordercolor {border:3px solid #a7603e; }
#a7603e Text Font Color
<p style="color:#a7603e">Text here</p>
This sample text font color is #a7603e
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.
#a7603e Background Color
<div style="background-color:#a7603e">
Div content here</div>
This div background color is #a7603e
#a7603e Border Color
<div style="border:3px solid #a7603e">
Div here</div>
This div border color is #a7603e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,96,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7603e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7603e; -webkit-box-shadow: 1px 1px 3px 2px #a7603e; box-shadow: 1px 1px 3px 2px #a7603e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,96,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7603e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7603e; -webkit-box-shadow: 1px 1px 3px 2px #a7603e; box-shadow: 1px 1px 3px 2px #a7603e;">
Div content here</div>
This div box has shadow with color #a7603e
Comments
No comments written yet.
Please login to write comment.