#9FABAB

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

Shades of Hit Grey #9FABAB

Tints of Hit Grey #9FABAB

Color information

#9FABAB (or 0x9FABAB) is unknown color: approx Hit Grey. HEX triplet: 9F, AB and AB. RGB value is (159,171,171). Sum of RGB (Red+Green+Blue) = 159+171+171=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #9FABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAB is #605454. Grayscale: #A7A7A7. Windows color (decimal): -6313045 or 11250591. OLE color: 11250591.

HSL color Cylindrical-coordinate representation of color #9FABAB: hue angle of 180º 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 #9FABAB is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159171171-
CMYK0.07000.33
HSL180º6.67%64.71%-
HSV(B)180º7.02%67.06%-
XYZ36.2139.4444.23-
YUV167.41130.02122-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=31.74%
G=34.13%
B=34.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711710.07000.331806.6764.71
Hex9FABAB70021b4741
Octal237253253700412647101
Binary10011111101010111010101111100100001101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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