Shades of Hit Grey #99A2A1
Tints of Hit Grey #99A2A1
RGB
CMYK
RGB Variations
Color information
#99A2A1 (or 0x99A2A1) is known color: Hit Grey. HEX triplet: 99, A2 and A1. RGB value is (153,162,161). Sum of RGB (Red+Green+Blue) = 153+162+161=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 162 - color contains mainly: green. Hex color #99A2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2A1 is #665D5E. Grayscale: #9F9F9F. Windows color (decimal): -6708575 or 10592921. OLE color: 10592921.
HSL color Cylindrical-coordinate representation of color #99A2A1: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A2A1 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 161 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.36 |
| HSL | 173.33º | 0.05% | 0.62% | - |
| HSV(B) | 173.33º | 0.06% | 0.64% | - |
| XYZ | 32.49 | 35.19 | 38.8 | - |
| YUV | 159.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 161 | 0.06 | 0 | 0.01 | 0.36 | 173.33 | 0.05 | 0.62 |
| Hex | 99 | A2 | A1 | 6 | 0 | 1 | 24 | AD | 5 | 3E |
| Octal | 231 | 242 | 241 | 6 | 0 | 1 | 44 | 255 | 5 | 76 |
| Binary | 10011001 | 10100010 | 10100001 | 110 | 0 | 1 | 100100 | 10101101 | 101 | 111110 |
Color Harmonies of #99A2A1
Complementary color
Monochromatic Colors of #99A2A1
Black with #99A2A1
Text Example
Text Example
White with #99A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2A1; }
p { color: rgb(153,162,161); }
H1.HeaderClassName
{
color: #99A2A1;
}
.AnyTagClassName
{
color: #99A2A1;
}
</style>
background-color css
<style>
a { background-color: #99A2A1; }
a { background-color: rgb(153,162,161); }
div.DivClassName
{
background-color: #99A2A1;
}
.BgClassName
{
background-color: #99A2A1;
}
</style>
border-color css
<style>
span { border-color: #99A2A1; }
span { border-color: rgb(153,162,161); }
td.TdClassName
{
border-color: #99A2A1;
}
.TagClassName
{
border-color: #99A2A1;
}
</style>