color details

Color Details
#A4B488 Color Hex

#A4B488 color RGB value is (10, 75, 72).
#A4B488 hex color red value is 10, green value is 75, and blue value is 72.
Cylindrical-coordinate representations (HSL) of color #A4B488 hue: 177.23, saturation: 0.76 and lightness: 0.17.

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

Color Spaces
Color spaces of #A4B488Value
RGB164, 180, 136
HSL0.23, 0.23, 0.62
HSV82°, 24°, 71°
XYZ36.07, 42.31, 29.55
Base Numbers
Base Red Green Blue
Binary 10100100 10110100 10001000
Octal 244 264 210
Decimal 164 180 136
Hex A4 B4 88

RGB Percentages for Color #A4B488

34.17%
37.5%
28.33%

CMYK Percentages of the Color #A4B488

8.89%
24.44%
29.41%
CSS Codes for Color #A4B488
.mybgColor {background-color: #A4B488;}
.myforeColor {color: #A4B488;}
.myborderColor {border:3px solid #A4B488;}
Text Font Color #A4B488

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

This sample text is styled with the font color #A4B488. 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 #A4B488

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(164, 180, 136, 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 #A4B488;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #A4B488
Scroll to Top