Shades of Hit Grey #A2AFAF
Tints of Hit Grey #A2AFAF
RGB
CMYK
RGB Variations
Color information
#A2AFAF (or 0xA2AFAF) is known color: Hit Grey. HEX triplet: A2, AF and AF. RGB value is (162,175,175). Sum of RGB (Red+Green+Blue) = 162+175+175=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A2AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFAF is #5D5050. Grayscale: #ABABAB. Windows color (decimal): -6115409 or 11513762. OLE color: 11513762.
HSL color Cylindrical-coordinate representation of color #A2AFAF: hue angle of 180º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2AFAF is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 175 | - |
| CMYK | 0.07 | 0 | 0 | 0.31 |
| HSL | 180º | 0.08% | 0.66% | - |
| HSV(B) | 180º | 0.07% | 0.69% | - |
| XYZ | 37.97 | 41.44 | 46.55 | - |
| YUV | 171.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 175 | 0.07 | 0 | 0 | 0.31 | 180 | 0.08 | 0.66 |
| Hex | A2 | AF | AF | 7 | 0 | 0 | 1F | B4 | 8 | 42 |
| Octal | 242 | 257 | 257 | 7 | 0 | 0 | 37 | 264 | 10 | 102 |
| Binary | 10100010 | 10101111 | 10101111 | 111 | 0 | 0 | 11111 | 10110100 | 1000 | 1000010 |
Color Harmonies of #A2AFAF
Complementary color
Monochromatic Colors of #A2AFAF
Black with #A2AFAF
Text Example
Text Example
White with #A2AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFAF; }
p { color: rgb(162,175,175); }
H1.HeaderClassName
{
color: #A2AFAF;
}
.AnyTagClassName
{
color: #A2AFAF;
}
</style>
background-color css
<style>
a { background-color: #A2AFAF; }
a { background-color: rgb(162,175,175); }
div.DivClassName
{
background-color: #A2AFAF;
}
.BgClassName
{
background-color: #A2AFAF;
}
</style>
border-color css
<style>
span { border-color: #A2AFAF; }
span { border-color: rgb(162,175,175); }
td.TdClassName
{
border-color: #A2AFAF;
}
.TagClassName
{
border-color: #A2AFAF;
}
</style>