Color spaces of #a28085
RGB | 162 | 128 | 133 |
---|---|---|---|
HSL | 0.98 | 0.15 | 0.57 |
HSV | 351° | 21° | 64° |
CMYK | 0.00 | 0.21 | 0.18 0.36 |
XYZ | 26.8531 | 24.8132 | 25.5644 |
Yxy | 24.8132 | 0.3477 | 0.3213 |
Hunter Lab | 49.8128 | 9.0533 | 4.4408 |
CIE-Lab | 56.8930 | 13.8929 | 2.2946 |
#a28085 color RGB value is (162,128,133).
#a28085 hex color red value is 162, green value is 128 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a28085 hue: 0.98 , saturation: 0.15 and the lightness value of a28085 is 0.57.
The process color (four color CMYK) of #a28085 color hex is 0.00, 0.21, 0.18, 0.36. Web safe color of #a28085 is #999999. Color #a28085 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10000000 | 10000101 |
Octal | 242 | 200 | 205 |
Decimal | 162 | 128 | 133 |
Hex | A2 | 80 | 85 |
Shades of #a28085
Tints of #a28085
RGB Percentages of Color #a28085
CMYK Percentages of Color #a28085
Complementary Color
#a28085 | #80a29d |
#a28085 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a28085 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a28085 Color CSS Codes
.mybgcolor {background-color:#a28085; } .myforecolor {color:#a28085; } .mybordercolor {border:3px solid #a28085; }
#a28085 Text Font Color
<p style="color:#a28085">Text here</p>
This sample text font color is #a28085
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.
#a28085 Background Color
<div style="background-color:#a28085">
Div content here</div>
This div background color is #a28085
#a28085 Border Color
<div style="border:3px solid #a28085">
Div here</div>
This div border color is #a28085
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,128,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a28085; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a28085; -webkit-box-shadow: 1px 1px 3px 2px #a28085; box-shadow: 1px 1px 3px 2px #a28085; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,128,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a28085">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a28085; -webkit-box-shadow: 1px 1px 3px 2px #a28085; box-shadow: 1px 1px 3px 2px #a28085;">
Div content here</div>
This div box has shadow with color #a28085
Comments
No comments written yet.
Please login to write comment.