#9FA0AB

Color #9FA0AB Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9FA0AB

Tints of Logan #9FA0AB

Color information

#9FA0AB (or 0x9FA0AB) is unknown color: approx Logan. HEX triplet: 9F, A0 and AB. RGB value is (159,160,171). Sum of RGB (Red+Green+Blue) = 159+160+171=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA0AB is #605F54. Grayscale: #A0A0A0. Windows color (decimal): -6315861 or 11247775. OLE color: 11247775.

HSL color Cylindrical-coordinate representation of color #9FA0AB: hue angle of 235º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA0AB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159160171-
CMYK0.070.0600.33
HSL235º6.67%64.71%-
HSV(B)235º7.02%67.06%-
XYZ34.2235.4543.57-
YUV160.95133.67126.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=32.45%
G=32.65%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591601710.070.0600.332356.6764.71
Hex9FA0AB76021eb741
Octal237240253760413537101
Binary1001111110100000101010111111100100001111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA0AB; }

 p { color: rgb(159,160,171); }

 H1.HeaderClassName
 {
   color: #9FA0AB;
 }
 .AnyTagClassName
 {
   color: #9FA0AB;
 }
</style>
background-color css

<style>
 a { background-color: #9FA0AB; }

 a { background-color: rgb(159,160,171); }

 div.DivClassName
 {
   background-color: #9FA0AB;
 }
 .BgClassName
 {
   background-color: #9FA0AB;
 }
</style>
border-color css

<style>
 span { border-color: #9FA0AB; }

 span { border-color: rgb(159,160,171); }

 td.TdClassName
 {
   border-color: #9FA0AB;
 }
 .TagClassName
 {
   border-color: #9FA0AB;
 }
</style>