Shades of Hit Grey #A1AFAF
Tints of Hit Grey #A1AFAF
RGB
CMYK
RGB Variations
Color information
#A1AFAF (or 0xA1AFAF) is known color: Hit Grey. HEX triplet: A1, AF and AF. RGB value is (161,175,175). Sum of RGB (Red+Green+Blue) = 161+175+175=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A1AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFAF is #5E5050. Grayscale: #AAAAAA. Windows color (decimal): -6180945 or 11513761. OLE color: 11513761.
HSL color Cylindrical-coordinate representation of color #A1AFAF: 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.08%. Process color model (Four color, CMYK) of #A1AFAF is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 175 | - |
| CMYK | 0.08 | 0 | 0 | 0.31 |
| HSL | 180º | 0.08% | 0.66% | - |
| HSV(B) | 180º | 0.08% | 0.69% | - |
| XYZ | 37.77 | 41.33 | 46.54 | - |
| YUV | 170.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 175 | 0.08 | 0 | 0 | 0.31 | 180 | 0.08 | 0.66 |
| Hex | A1 | AF | AF | 8 | 0 | 0 | 1F | B4 | 8 | 42 |
| Octal | 241 | 257 | 257 | 10 | 0 | 0 | 37 | 264 | 10 | 102 |
| Binary | 10100001 | 10101111 | 10101111 | 1000 | 0 | 0 | 11111 | 10110100 | 1000 | 1000010 |
Color Harmonies of #A1AFAF
Complementary color
Monochromatic Colors of #A1AFAF
Black with #A1AFAF
Text Example
Text Example
White with #A1AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFAF; }
p { color: rgb(161,175,175); }
H1.HeaderClassName
{
color: #A1AFAF;
}
.AnyTagClassName
{
color: #A1AFAF;
}
</style>
background-color css
<style>
a { background-color: #A1AFAF; }
a { background-color: rgb(161,175,175); }
div.DivClassName
{
background-color: #A1AFAF;
}
.BgClassName
{
background-color: #A1AFAF;
}
</style>
border-color css
<style>
span { border-color: #A1AFAF; }
span { border-color: rgb(161,175,175); }
td.TdClassName
{
border-color: #A1AFAF;
}
.TagClassName
{
border-color: #A1AFAF;
}
</style>