Color spaces of #a18865
RGB | 161 | 136 | 101 |
---|---|---|---|
HSL | 0.10 | 0.24 | 0.51 |
HSV | 35° | 37° | 63° |
CMYK | 0.00 | 0.16 | 0.37 0.37 |
XYZ | 25.8511 | 26.1250 | 15.9920 |
Yxy | 26.1250 | 0.3803 | 0.3844 |
Hunter Lab | 51.1126 | 0.8324 | 17.2283 |
CIE-Lab | 58.1555 | 4.3183 | 22.3320 |
#a18865 color RGB value is (161,136,101).
#a18865 hex color red value is 161, green value is 136 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a18865 hue: 0.10 , saturation: 0.24 and the lightness value of a18865 is 0.51.
The process color (four color CMYK) of #a18865 color hex is 0.00, 0.16, 0.37, 0.37. Web safe color of #a18865 is #999966. Color #a18865 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10001000 | 01100101 |
Octal | 241 | 210 | 145 |
Decimal | 161 | 136 | 101 |
Hex | A1 | 88 | 65 |
Shades of #a18865
Tints of #a18865
RGB Percentages of Color #a18865
CMYK Percentages of Color #a18865
Complementary Color
#a18865 | #657ea1 |
#a18865 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a18865 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a18865 Color CSS Codes
.mybgcolor {background-color:#a18865; } .myforecolor {color:#a18865; } .mybordercolor {border:3px solid #a18865; }
#a18865 Text Font Color
<p style="color:#a18865">Text here</p>
This sample text font color is #a18865
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.
#a18865 Background Color
<div style="background-color:#a18865">
Div content here</div>
This div background color is #a18865
#a18865 Border Color
<div style="border:3px solid #a18865">
Div here</div>
This div border color is #a18865
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,136,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a18865; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a18865; -webkit-box-shadow: 1px 1px 3px 2px #a18865; box-shadow: 1px 1px 3px 2px #a18865; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,136,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a18865">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a18865; -webkit-box-shadow: 1px 1px 3px 2px #a18865; box-shadow: 1px 1px 3px 2px #a18865;">
Div content here</div>
This div box has shadow with color #a18865
Comments
No comments written yet.
Please login to write comment.