Shades of Hit Grey #A3AFAF
Tints of Hit Grey #A3AFAF
RGB
CMYK
RGB Variations
Color information
#A3AFAF (or 0xA3AFAF) is known color: Hit Grey. HEX triplet: A3, AF and AF. RGB value is (163,175,175). Sum of RGB (Red+Green+Blue) = 163+175+175=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #A3AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFAF is #5C5050. Grayscale: #ABABAB. Windows color (decimal): -6049873 or 11513763. OLE color: 11513763.
HSL color Cylindrical-coordinate representation of color #A3AFAF: hue angle of 180º degrees, saturation: 0.07, 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 #A3AFAF is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 175 | - |
| CMYK | 0.07 | 0 | 0 | 0.31 |
| HSL | 180º | 0.07% | 0.66% | - |
| HSV(B) | 180º | 0.07% | 0.69% | - |
| XYZ | 38.17 | 41.54 | 46.56 | - |
| YUV | 171.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 175 | 0.07 | 0 | 0 | 0.31 | 180 | 0.07 | 0.66 |
| Hex | A3 | AF | AF | 7 | 0 | 0 | 1F | B4 | 7 | 42 |
| Octal | 243 | 257 | 257 | 7 | 0 | 0 | 37 | 264 | 7 | 102 |
| Binary | 10100011 | 10101111 | 10101111 | 111 | 0 | 0 | 11111 | 10110100 | 111 | 1000010 |
Color Harmonies of #A3AFAF
Complementary color
Monochromatic Colors of #A3AFAF
Black with #A3AFAF
Text Example
Text Example
White with #A3AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFAF; }
p { color: rgb(163,175,175); }
H1.HeaderClassName
{
color: #A3AFAF;
}
.AnyTagClassName
{
color: #A3AFAF;
}
</style>
background-color css
<style>
a { background-color: #A3AFAF; }
a { background-color: rgb(163,175,175); }
div.DivClassName
{
background-color: #A3AFAF;
}
.BgClassName
{
background-color: #A3AFAF;
}
</style>
border-color css
<style>
span { border-color: #A3AFAF; }
span { border-color: rgb(163,175,175); }
td.TdClassName
{
border-color: #A3AFAF;
}
.TagClassName
{
border-color: #A3AFAF;
}
</style>