color details

Color Details
#a1a1af Color Hex

#a1a1af color RGB value is (10, 26, 26).
#a1a1af hex color red value is 10, green value is 26, and blue value is 26.
Cylindrical-coordinate representations (HSL) of color #a1a1af hue: 180, saturation: 0.44 and lightness: 0.07.

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

Color Spaces
Color spaces of #a1a1afValue
RGB161, 161, 175
HSL0.67, 0.08, 0.66
HSV240°, 8°, 69°
XYZ35.18, 36.16, 45.68
Base Numbers
Base Red Green Blue
Binary 10100001 10100001 10101111
Octal 241 241 257
Decimal 161 161 175
Hex A1 A1 AF

RGB Percentages for Color #a1a1af

32.39%
32.39%
35.21%

CMYK Percentages of the Color #a1a1af

8%
8%
31.37%
CSS Codes for Color #a1a1af
.mybgColor {background-color: #a1a1af;}
.myforeColor {color: #a1a1af;}
.myborderColor {border:3px solid #a1a1af;}
Text Font Color #a1a1af

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(161, 161, 175, 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 #a1a1af;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top