Color spaces of #af882e
RGB | 175 | 136 | 46 |
---|---|---|---|
HSL | 0.12 | 0.58 | 0.43 |
HSV | 42° | 74° | 69° |
CMYK | 0.00 | 0.22 | 0.74 0.31 |
XYZ | 26.9765 | 26.9195 | 6.3589 |
Yxy | 26.9195 | 0.4477 | 0.4468 |
Hunter Lab | 51.8840 | 2.0120 | 29.0522 |
CIE-Lab | 58.8997 | 5.7448 | 51.5418 |
#af882e color RGB value is (175,136,46).
#af882e hex color red value is 175, green value is 136 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af882e hue: 0.12 , saturation: 0.58 and the lightness value of af882e is 0.43.
The process color (four color CMYK) of #af882e color hex is 0.00, 0.22, 0.74, 0.31. Web safe color of #af882e is #999933. Color #af882e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10001000 | 00101110 |
Octal | 257 | 210 | 56 |
Decimal | 175 | 136 | 46 |
Hex | AF | 88 | 2E |
Shades of #af882e
Tints of #af882e
RGB Percentages of Color #af882e
CMYK Percentages of Color #af882e
Complementary Color
#af882e | #2e55af |
#af882e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af882e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af882e Color CSS Codes
.mybgcolor {background-color:#af882e; } .myforecolor {color:#af882e; } .mybordercolor {border:3px solid #af882e; }
#af882e Text Font Color
<p style="color:#af882e">Text here</p>
This sample text font color is #af882e
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.
#af882e Background Color
<div style="background-color:#af882e">
Div content here</div>
This div background color is #af882e
#af882e Border Color
<div style="border:3px solid #af882e">
Div here</div>
This div border color is #af882e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,136,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af882e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af882e; -webkit-box-shadow: 1px 1px 3px 2px #af882e; box-shadow: 1px 1px 3px 2px #af882e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,136,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af882e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af882e; -webkit-box-shadow: 1px 1px 3px 2px #af882e; box-shadow: 1px 1px 3px 2px #af882e;">
Div content here</div>
This div box has shadow with color #af882e
Comments
No comments written yet.
Please login to write comment.