Shades of Hit Grey #99A6A3
Tints of Hit Grey #99A6A3
RGB
CMYK
RGB Variations
Color information
#99A6A3 (or 0x99A6A3) is known color: Hit Grey. HEX triplet: 99, A6 and A3. RGB value is (153,166,163). Sum of RGB (Red+Green+Blue) = 153+166+163=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 166 - color contains mainly: green. Hex color #99A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A6A3 is #66595C. Grayscale: #A1A1A1. Windows color (decimal): -6707549 or 10725017. OLE color: 10725017.
HSL color Cylindrical-coordinate representation of color #99A6A3: hue angle of 166.15º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A6A3 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 163 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.35 |
| HSL | 166.15º | 0.07% | 0.63% | - |
| HSV(B) | 166.15º | 0.08% | 0.65% | - |
| XYZ | 33.38 | 36.69 | 39.97 | - |
| YUV | 161.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 163 | 0.08 | 0 | 0.02 | 0.35 | 166.15 | 0.07 | 0.63 |
| Hex | 99 | A6 | A3 | 8 | 0 | 2 | 23 | A6 | 7 | 3F |
| Octal | 231 | 246 | 243 | 10 | 0 | 2 | 43 | 246 | 7 | 77 |
| Binary | 10011001 | 10100110 | 10100011 | 1000 | 0 | 10 | 100011 | 10100110 | 111 | 111111 |
Color Harmonies of #99A6A3
Complementary color
Monochromatic Colors of #99A6A3
Black with #99A6A3
Text Example
Text Example
White with #99A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A6A3; }
p { color: rgb(153,166,163); }
H1.HeaderClassName
{
color: #99A6A3;
}
.AnyTagClassName
{
color: #99A6A3;
}
</style>
background-color css
<style>
a { background-color: #99A6A3; }
a { background-color: rgb(153,166,163); }
div.DivClassName
{
background-color: #99A6A3;
}
.BgClassName
{
background-color: #99A6A3;
}
</style>
border-color css
<style>
span { border-color: #99A6A3; }
span { border-color: rgb(153,166,163); }
td.TdClassName
{
border-color: #99A6A3;
}
.TagClassName
{
border-color: #99A6A3;
}
</style>