Shades of Hit Grey #ADAFAF
Tints of Hit Grey #ADAFAF
RGB
CMYK
RGB Variations
Color information
#ADAFAF (or 0xADAFAF) is known color: Hit Grey. HEX triplet: AD, AF and AF. RGB value is (173,175,175). Sum of RGB (Red+Green+Blue) = 173+175+175=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #ADAFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFAF is #525050. Grayscale: #AEAEAE. Windows color (decimal): -5394513 or 11513773. OLE color: 11513773.
HSL color Cylindrical-coordinate representation of color #ADAFAF: hue angle of 180º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADAFAF is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 175 | - |
CMYK | 0.01 | 0 | 0 | 0.31 |
HSL | 180º | 0.01% | 0.68% | - |
HSV(B) | 180º | 0.01% | 0.69% | - |
XYZ | 40.3 | 42.64 | 46.66 | - |
YUV | 174.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 175 | 0.01 | 0 | 0 | 0.31 | 180 | 0.01 | 0.68 |
Hex | AD | AF | AF | 1 | 0 | 0 | 1F | B4 | 1 | 44 |
Octal | 255 | 257 | 257 | 1 | 0 | 0 | 37 | 264 | 1 | 104 |
Binary | 10101101 | 10101111 | 10101111 | 1 | 0 | 0 | 11111 | 10110100 | 1 | 1000100 |
Color Harmonies of #ADAFAF
Complementary color
Monochromatic Colors of #ADAFAF
Black with #ADAFAF
Text Example
Text Example
White with #ADAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFAF; }
p { color: rgb(173,175,175); }
H1.HeaderClassName
{
color: #ADAFAF;
}
.AnyTagClassName
{
color: #ADAFAF;
}
</style>
background-color css
<style>
a { background-color: #ADAFAF; }
a { background-color: rgb(173,175,175); }
div.DivClassName
{
background-color: #ADAFAF;
}
.BgClassName
{
background-color: #ADAFAF;
}
</style>
border-color css
<style>
span { border-color: #ADAFAF; }
span { border-color: rgb(173,175,175); }
td.TdClassName
{
border-color: #ADAFAF;
}
.TagClassName
{
border-color: #ADAFAF;
}
</style>