#9FADAD

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

Shades of Hit Grey #9FADAD

Tints of Hit Grey #9FADAD

Color information

#9FADAD (or 0x9FADAD) is unknown color: approx Hit Grey. HEX triplet: 9F, AD and AD. RGB value is (159,173,173). Sum of RGB (Red+Green+Blue) = 159+173+173=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #9FADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAD is #605252. Grayscale: #A8A8A8. Windows color (decimal): -6312531 or 11382175. OLE color: 11382175.

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

Color convert

RGB159173173-
CMYK0.08000.32
HSL180º7.87%65.1%-
HSV(B)180º8.09%67.84%-
XYZ36.7840.2845.37-
YUV168.81130.36121-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=31.49%
G=34.26%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591731730.08000.321807.8765.1
Hex9FADAD80020b4841
Octal23725525510004026410101
Binary1001111110101101101011011000001000001011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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