Shades of Hit Grey #9DA6A5
Tints of Hit Grey #9DA6A5
RGB
CMYK
RGB Variations
Color information
#9DA6A5 (or 0x9DA6A5) is known color: Hit Grey. HEX triplet: 9D, A6 and A5. RGB value is (157,166,165). Sum of RGB (Red+Green+Blue) = 157+166+165=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA6A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA6A5 is #62595A. Grayscale: #A3A3A3. Windows color (decimal): -6445403 or 10856093. OLE color: 10856093.
HSL color Cylindrical-coordinate representation of color #9DA6A5: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9DA6A5 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 165 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.35 |
| HSL | 173.33º | 0.05% | 0.63% | - |
| HSV(B) | 173.33º | 0.05% | 0.65% | - |
| XYZ | 34.33 | 37.16 | 40.96 | - |
| YUV | 163.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 165 | 0.05 | 0 | 0.01 | 0.35 | 173.33 | 0.05 | 0.63 |
| Hex | 9D | A6 | A5 | 5 | 0 | 1 | 23 | AD | 5 | 3F |
| Octal | 235 | 246 | 245 | 5 | 0 | 1 | 43 | 255 | 5 | 77 |
| Binary | 10011101 | 10100110 | 10100101 | 101 | 0 | 1 | 100011 | 10101101 | 101 | 111111 |
Color Harmonies of #9DA6A5
Complementary color
Monochromatic Colors of #9DA6A5
Black with #9DA6A5
Text Example
Text Example
White with #9DA6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6A5; }
p { color: rgb(157,166,165); }
H1.HeaderClassName
{
color: #9DA6A5;
}
.AnyTagClassName
{
color: #9DA6A5;
}
</style>
background-color css
<style>
a { background-color: #9DA6A5; }
a { background-color: rgb(157,166,165); }
div.DivClassName
{
background-color: #9DA6A5;
}
.BgClassName
{
background-color: #9DA6A5;
}
</style>
border-color css
<style>
span { border-color: #9DA6A5; }
span { border-color: rgb(157,166,165); }
td.TdClassName
{
border-color: #9DA6A5;
}
.TagClassName
{
border-color: #9DA6A5;
}
</style>