Shades of Hit Grey #ABADAD
Tints of Hit Grey #ABADAD
RGB
CMYK
RGB Variations
Color information
#ABADAD (or 0xABADAD) is known color: Hit Grey. HEX triplet: AB, AD and AD. RGB value is (171,173,173). Sum of RGB (Red+Green+Blue) = 171+173+173=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #ABADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAD is #545252. Grayscale: #ACACAC. Windows color (decimal): -5526099 or 11382187. OLE color: 11382187.
HSL color Cylindrical-coordinate representation of color #ABADAD: hue angle of 180º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABADAD is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 173 | 173 | - |
CMYK | 0.01 | 0 | 0 | 0.32 |
HSL | 180º | 0.01% | 0.67% | - |
HSV(B) | 180º | 0.01% | 0.68% | - |
XYZ | 39.28 | 41.56 | 45.49 | - |
YUV | 172.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 173 | 173 | 0.01 | 0 | 0 | 0.32 | 180 | 0.01 | 0.67 |
Hex | AB | AD | AD | 1 | 0 | 0 | 20 | B4 | 1 | 43 |
Octal | 253 | 255 | 255 | 1 | 0 | 0 | 40 | 264 | 1 | 103 |
Binary | 10101011 | 10101101 | 10101101 | 1 | 0 | 0 | 100000 | 10110100 | 1 | 1000011 |
Color Harmonies of #ABADAD
Complementary color
Monochromatic Colors of #ABADAD
Black with #ABADAD
Text Example
Text Example
White with #ABADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADAD; }
p { color: rgb(171,173,173); }
H1.HeaderClassName
{
color: #ABADAD;
}
.AnyTagClassName
{
color: #ABADAD;
}
</style>
background-color css
<style>
a { background-color: #ABADAD; }
a { background-color: rgb(171,173,173); }
div.DivClassName
{
background-color: #ABADAD;
}
.BgClassName
{
background-color: #ABADAD;
}
</style>
border-color css
<style>
span { border-color: #ABADAD; }
span { border-color: rgb(171,173,173); }
td.TdClassName
{
border-color: #ABADAD;
}
.TagClassName
{
border-color: #ABADAD;
}
</style>