Shades of Logan #9FA0AA
Tints of Logan #9FA0AA
RGB
CMYK
RGB Variations
Color information
#9FA0AA (or 0x9FA0AA) is known color: Logan. HEX triplet: 9F, A0 and AA. RGB value is (159,160,170). Sum of RGB (Red+Green+Blue) = 159+160+170=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #9FA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA0AA is #605F55. Grayscale: #A0A0A0. Windows color (decimal): -6315862 or 11182239. OLE color: 11182239.
HSL color Cylindrical-coordinate representation of color #9FA0AA: hue angle of 234.55º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FA0AA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 160 | 170 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.33 |
| HSL | 234.55º | 0.06% | 0.65% | - |
| HSV(B) | 234.55º | 0.06% | 0.67% | - |
| XYZ | 34.12 | 35.41 | 43.07 | - |
| YUV | 160.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 170 | 0.06 | 0.06 | 0 | 0.33 | 234.55 | 0.06 | 0.65 |
| Hex | 9F | A0 | AA | 6 | 6 | 0 | 21 | EB | 6 | 41 |
| Octal | 237 | 240 | 252 | 6 | 6 | 0 | 41 | 353 | 6 | 101 |
| Binary | 10011111 | 10100000 | 10101010 | 110 | 110 | 0 | 100001 | 11101011 | 110 | 1000001 |
Color Harmonies of #9FA0AA
Complementary color
Monochromatic Colors of #9FA0AA
Black with #9FA0AA
Text Example
Text Example
White with #9FA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0AA; }
p { color: rgb(159,160,170); }
H1.HeaderClassName
{
color: #9FA0AA;
}
.AnyTagClassName
{
color: #9FA0AA;
}
</style>
background-color css
<style>
a { background-color: #9FA0AA; }
a { background-color: rgb(159,160,170); }
div.DivClassName
{
background-color: #9FA0AA;
}
.BgClassName
{
background-color: #9FA0AA;
}
</style>
border-color css
<style>
span { border-color: #9FA0AA; }
span { border-color: rgb(159,160,170); }
td.TdClassName
{
border-color: #9FA0AA;
}
.TagClassName
{
border-color: #9FA0AA;
}
</style>