color details

Color Details
#a36b89 Color Hex

#a36b89 color RGB value is (10, 54, 184).
#a36b89 hex color red value is 10, green value is 54, and blue value is 184.
Cylindrical-coordinate representations (HSL) of color #a36b89 hue: 224.83, saturation: 0.9 and lightness: 0.38.

The process color (four-color CMYK) of #a36b89 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a36b89 is #ff9999. Color #a36b89 contains mainly RED.

Color Spaces
Color spaces of #a36b89Value
RGB163, 107, 137
HSL0.91, 0.23, 0.53
HSV328°, 34°, 64°
XYZ24.88, 20.11, 26.23
Base Numbers
Base Red Green Blue
Binary 10100011 1101011 10001001
Octal 243 153 211
Decimal 163 107 137
Hex A3 6B 89

RGB Percentages for Color #a36b89

40.05%
26.29%
33.66%

CMYK Percentages of the Color #a36b89

34.36%
15.95%
36.08%
CSS Codes for Color #a36b89
.mybgColor {background-color: #a36b89;}
.myforeColor {color: #a36b89;}
.myborderColor {border:3px solid #a36b89;}
Text Font Color #a36b89

<p style="color:#a36b89">Text here</p>

This sample text is styled with the font color #a36b89. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #a36b89

<div style="background-color:#a36b89">Div content here</div>

The background color of this div is #a36b89
Border Color #a36b89

<div style="border:3px solid #a36b89">Div here</div>

The border color of this div is #a36b89
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(163, 107, 137, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #a36b89;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #a36b89;
-webkit-box-shadow: 1px 1px 3px #a36b89;
box-shadow: 1px 1px 3px #a36b89;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163, 107, 137, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a36b89;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #a36b89; -webkit-box-shadow: 1px 1px 3px #a36b89; box-shadow: 1px 1px 3px #a36b89;">Div content here</div>

This div box has a shadow with a specified color. #a36b89

Scroll to Top