#A8A8A8 Uniform Grey
#A8A8A8 (Uniform Grey) RGB value is (168, 168, 168).
Red value is 168, green value is 168, and blue value is 168.
Cylindrical-coordinate representations (HSL) of color #A8A8A8: hue: 0°, saturation: 0%, and lightness: 65.9%.
Process color (CMYK) of #A8A8A8 is 0%, 0%, 0%, 34.1%. Web safe color equivalent of #A8A8A8 is ##999999. Color #A8A8A8 contains mainly GRAY.
Color Spaces
| Color spaces of #A8A8A8 | Value |
|---|---|
| RGB | 168, 168, 168 |
| HSL | 0°, 0%, 65.9% |
| HSV / HSB | 0°, 0%, 65.9% |
| CMYK | 0%, 0%, 0%, 34.1% |
| XYZ | 37.22, 39.16, 42.64 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101000 | 10101000 | 10101000 |
| Octal | 250 | 250 | 250 |
| Decimal | 168 | 168 | 168 |
| Hex | A8 | A8 | A8 |
Shades of #A8A8A8
Tints of #A8A8A8
.mybgColor { background-color: #A8A8A8; }
.myforeColor { color: #A8A8A8; }
.myborderColor { border: 3px solid #A8A8A8; }
<p style="color:#A8A8A8">Text here</p>
This sample text is styled with font color #A8A8A8. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#A8A8A8">Div content here</div>
<div style="border:3px solid #A8A8A8">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168, 168, 168, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #A8A8A8; }
.divShadow { -moz-box-shadow: 1px 1px 3px #A8A8A8;
-webkit-box-shadow: 1px 1px 3px #A8A8A8;
box-shadow: 1px 1px 3px #A8A8A8; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #A8A8A8 (Uniform Grey)
Color Overview & Profile: Color #A8A8A8, also known as Uniform Grey, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 66% Red (168/255), 66% Green (168/255), and 66% Blue (168/255). The primary color family component is GRAY.
Print & Physical Production Specs: For physical print production and offset printing setups, #A8A8A8 translates into the CMYK subtractive color model with values of 0% Cyan, 0% Magenta, 0% Yellow, and 34.1% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 0°, saturation of 0%, and lightness of 65.9%.
Web Accessibility & Design Recommendations: When implementing #A8A8A8 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##999999.
