Color spaces of #a28808
RGB | 162 | 136 | 8 |
---|---|---|---|
HSL | 0.14 | 0.91 | 0.33 |
HSV | 50° | 95° | 64° |
CMYK | 0.00 | 0.16 | 0.95 0.36 |
XYZ | 23.7483 | 25.3072 | 3.8628 |
Yxy | 25.3072 | 0.4488 | 0.4782 |
Hunter Lab | 50.3063 | -3.7707 | 30.6618 |
CIE-Lab | 57.3735 | -1.3444 | 60.7891 |
#a28808 color RGB value is (162,136,8).
#a28808 hex color red value is 162, green value is 136 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a28808 hue: 0.14 , saturation: 0.91 and the lightness value of a28808 is 0.33.
The process color (four color CMYK) of #a28808 color hex is 0.00, 0.16, 0.95, 0.36. Web safe color of #a28808 is #999900. Color #a28808 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10001000 | 00001000 |
Octal | 242 | 210 | 10 |
Decimal | 162 | 136 | 8 |
Hex | A2 | 88 | 8 |
Shades of #a28808
Tints of #a28808
RGB Percentages of Color #a28808
CMYK Percentages of Color #a28808
Complementary Color
#a28808 | #0822a2 |
#a28808 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a28808 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a28808 Color CSS Codes
.mybgcolor {background-color:#a28808; } .myforecolor {color:#a28808; } .mybordercolor {border:3px solid #a28808; }
#a28808 Text Font Color
<p style="color:#a28808">Text here</p>
This sample text font color is #a28808
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.
#a28808 Background Color
<div style="background-color:#a28808">
Div content here</div>
This div background color is #a28808
#a28808 Border Color
<div style="border:3px solid #a28808">
Div here</div>
This div border color is #a28808
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,136,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a28808; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a28808; -webkit-box-shadow: 1px 1px 3px 2px #a28808; box-shadow: 1px 1px 3px 2px #a28808; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,136,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a28808">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a28808; -webkit-box-shadow: 1px 1px 3px 2px #a28808; box-shadow: 1px 1px 3px 2px #a28808;">
Div content here</div>
This div box has shadow with color #a28808
Comments
No comments written yet.
Please login to write comment.