#9FADAB

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

Shades of Hit Grey #9FADAB

Tints of Hit Grey #9FADAB

Color information

#9FADAB (or 0x9FADAB) is unknown color: approx Hit Grey. HEX triplet: 9F, AD and AB. RGB value is (159,173,171). Sum of RGB (Red+Green+Blue) = 159+173+171=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAB is #605254. Grayscale: #A8A8A8. Windows color (decimal): -6312533 or 11251103. OLE color: 11251103.

HSL color Cylindrical-coordinate representation of color #9FADAB: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FADAB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB159173171-
CMYK0.0800.010.32
HSL171.43º7.87%65.1%-
HSV(B)171.43º8.09%67.84%-
XYZ36.5940.244.36-
YUV168.59129.36121.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=31.61%
G=34.39%
B=34.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591731710.0800.010.32171.437.8765.1
Hex9FADAB80120ab841
Octal23725525310014025310101
Binary1001111110101101101010111000011000001010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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