Color spaces of #a85238
RGB | 168 | 82 | 56 |
---|---|---|---|
HSL | 0.04 | 0.50 | 0.44 |
HSV | 14° | 67° | 66° |
CMYK | 0.00 | 0.51 | 0.67 0.34 |
XYZ | 19.8796 | 14.6449 | 5.5204 |
Yxy | 14.6449 | 0.4964 | 0.3657 |
Hunter Lab | 38.2687 | 25.7561 | 18.2352 |
CIE-Lab | 45.1439 | 33.2457 | 31.3976 |
#a85238 color RGB value is (168,82,56).
#a85238 hex color red value is 168, green value is 82 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a85238 hue: 0.04 , saturation: 0.50 and the lightness value of a85238 is 0.44.
The process color (four color CMYK) of #a85238 color hex is 0.00, 0.51, 0.67, 0.34. Web safe color of #a85238 is #996633. Color #a85238 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01010010 | 00111000 |
Octal | 250 | 122 | 70 |
Decimal | 168 | 82 | 56 |
Hex | A8 | 52 | 38 |
Shades of #a85238
Tints of #a85238
RGB Percentages of Color #a85238
CMYK Percentages of Color #a85238
Complementary Color
#a85238 | #388ea8 |
#a85238 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a85238 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a85238 Color CSS Codes
.mybgcolor {background-color:#a85238; } .myforecolor {color:#a85238; } .mybordercolor {border:3px solid #a85238; }
#a85238 Text Font Color
<p style="color:#a85238">Text here</p>
This sample text font color is #a85238
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.
#a85238 Background Color
<div style="background-color:#a85238">
Div content here</div>
This div background color is #a85238
#a85238 Border Color
<div style="border:3px solid #a85238">
Div here</div>
This div border color is #a85238
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,82,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a85238; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a85238; -webkit-box-shadow: 1px 1px 3px 2px #a85238; box-shadow: 1px 1px 3px 2px #a85238; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,82,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a85238">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a85238; -webkit-box-shadow: 1px 1px 3px 2px #a85238; box-shadow: 1px 1px 3px 2px #a85238;">
Div content here</div>
This div box has shadow with color #a85238
Comments
No comments written yet.
Please login to write comment.