Shades of Hit Grey #ACADAD
Tints of Hit Grey #ACADAD
RGB
CMYK
RGB Variations
Color information
#ACADAD (or 0xACADAD) is known color: Hit Grey. HEX triplet: AC, AD and AD. RGB value is (172,173,173). Sum of RGB (Red+Green+Blue) = 172+173+173=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #ACADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADAD is #535252. Grayscale: #ACACAC. Windows color (decimal): -5460563 or 11382188. OLE color: 11382188.
HSL color Cylindrical-coordinate representation of color #ACADAD: hue angle of 180º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ACADAD is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 173 | 173 | - |
| CMYK | 0.01 | 0 | 0 | 0.32 |
| HSL | 180º | 0.01% | 0.68% | - |
| HSV(B) | 180º | 0.01% | 0.68% | - |
| XYZ | 39.5 | 41.67 | 45.5 | - |
| YUV | 172.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 173 | 0.01 | 0 | 0 | 0.32 | 180 | 0.01 | 0.68 |
| Hex | AC | AD | AD | 1 | 0 | 0 | 20 | B4 | 1 | 44 |
| Octal | 254 | 255 | 255 | 1 | 0 | 0 | 40 | 264 | 1 | 104 |
| Binary | 10101100 | 10101101 | 10101101 | 1 | 0 | 0 | 100000 | 10110100 | 1 | 1000100 |
Color Harmonies of #ACADAD
Complementary color
Monochromatic Colors of #ACADAD
Black with #ACADAD
Text Example
Text Example
White with #ACADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADAD; }
p { color: rgb(172,173,173); }
H1.HeaderClassName
{
color: #ACADAD;
}
.AnyTagClassName
{
color: #ACADAD;
}
</style>
background-color css
<style>
a { background-color: #ACADAD; }
a { background-color: rgb(172,173,173); }
div.DivClassName
{
background-color: #ACADAD;
}
.BgClassName
{
background-color: #ACADAD;
}
</style>
border-color css
<style>
span { border-color: #ACADAD; }
span { border-color: rgb(172,173,173); }
td.TdClassName
{
border-color: #ACADAD;
}
.TagClassName
{
border-color: #ACADAD;
}
</style>